mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #254 from saltstack-formulas/myii-patch-1
fix(server/init): use `|json` to resolve `2019.2` breaking change
This commit is contained in:
commit
57f80ee20a
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