Skip to content

Commit

Permalink
fix(server/init): use |json to resolve 2019.2 breaking change
Browse files Browse the repository at this point in the history
* Close #253:
  - Already tested there
  • Loading branch information
myii authored Mar 8, 2019
1 parent e7a309d commit 95bf214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/server/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 95bf214

Please sign in to comment.