mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Update upstream.sls
Fix package name for Debian upstream
This commit is contained in:
parent
783d78bde7
commit
05aae61812
1 changed files with 1 additions and 1 deletions
|
@ -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' %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue