mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #203 from noelmcloughlin/upstream
Tidyup upstream.sls
This commit is contained in:
commit
bc72dff950
1 changed files with 1 additions and 4 deletions
|
@ -22,14 +22,11 @@ postgresql-repo:
|
|||
|
||||
{%- endif -%}
|
||||
|
||||
{%- else -%}
|
||||
{%- elif grains.os not in ('Windows', 'MacOS',) %}
|
||||
|
||||
# Notify that we don't manage this distro
|
||||
{% if grains.os not in ('Windows', 'MacOS',) %}
|
||||
postgresql-repo:
|
||||
test.show_notification:
|
||||
- text: |
|
||||
PostgreSQL does not provide package repository for {{ grains['osfinger'] }}
|
||||
{% endif %}
|
||||
|
||||
{%- endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue