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:
Niels Abspoel 2019-03-13 18:10:55 +01:00 committed by GitHub
commit 57f80ee20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: