Update upstream.sls

Fix package name for Debian upstream
This commit is contained in:
Vladislav Malakhin 2016-07-25 16:27:06 +07:00 committed by GitHub
parent 783d78bde7
commit 05aae61812

View file

@ -9,7 +9,7 @@ install-postgresql-repo:
- keyserver: keyserver.ubuntu.com - keyserver: keyserver.ubuntu.com
- file: {{ postgres.pkg_repo_file }} - file: {{ postgres.pkg_repo_file }}
- require_in: - require_in:
- pkg: install-postgresql - pkg: postgresql-installed
{% endif %} {% endif %}
{% if grains['os_family'] == 'RedHat' %} {% if grains['os_family'] == 'RedHat' %}