mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
fix(server/init): use |json
to resolve 2019.2
breaking change
* Close #253: - Already tested there
This commit is contained in:
parent
e7a309de9b
commit
95bf214486
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ include:
|
||||||
# Install, configure and start PostgreSQL server
|
# Install, configure and start PostgreSQL server
|
||||||
postgresql-server:
|
postgresql-server:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs: {{ pkgs }}
|
- pkgs: {{ pkgs | json }}
|
||||||
{%- if postgres.use_upstream_repo == true %}
|
{%- if postgres.use_upstream_repo == true %}
|
||||||
- refresh: True
|
- refresh: True
|
||||||
- require:
|
- require:
|
||||||
|
|
Loading…
Add table
Reference in a new issue