Skip to content

Commit eb63ec8

Browse files
fix(jinja): use json filter
1 parent 809aaab commit eb63ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: postgres/upstream.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ postgresql-profile:
2020
2121
postgresql-pkg-deps:
2222
pkg.installed:
23-
- pkgs: {{ postgres.pkgs_deps }}
23+
- pkgs: {{ postgres.pkgs_deps | json }}
2424
2525
# Add upstream repository for your distro
2626
postgresql-repo:

0 commit comments

Comments
 (0)