Merge pull request #203 from noelmcloughlin/upstream

Tidyup upstream.sls
This commit is contained in:
N 2018-04-23 15:15:13 -06:00 committed by GitHub
commit bc72dff950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}