mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
parent
57f80ee20a
commit
8d9649452c
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ include:
|
|||
# Install PostgreSQL client and libraries
|
||||
postgresql-client-libs:
|
||||
pkg.installed:
|
||||
- pkgs: {{ pkgs }}
|
||||
- pkgs: {{ pkgs | json }}
|
||||
{%- if postgres.use_upstream_repo == true %}
|
||||
- refresh: True
|
||||
- require:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% if pkgs %}
|
||||
install-postgres-dev-packages:
|
||||
pkg.installed:
|
||||
- pkgs: {{ pkgs }}
|
||||
- pkgs: {{ pkgs | json }}
|
||||
{% if postgres.fromrepo %}
|
||||
- fromrepo: {{ postgres.fromrepo }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue