mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +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
|
||||
postgresql-server:
|
||||
pkg.installed:
|
||||
- pkgs: {{ pkgs }}
|
||||
- pkgs: {{ pkgs | json }}
|
||||
{%- if postgres.use_upstream_repo == true %}
|
||||
- refresh: True
|
||||
- require:
|
||||
|
|
Loading…
Add table
Reference in a new issue