mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Merge pull request #312 from noelmcloughlin/centos
fix(jinja): use json filter
This commit is contained in:
commit
45cc47d9f8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ postgresql-profile:
|
|||
|
||||
postgresql-pkg-deps:
|
||||
pkg.installed:
|
||||
- pkgs: {{ postgres.pkgs_deps }}
|
||||
- pkgs: {{ postgres.pkgs_deps | json }}
|
||||
|
||||
# Add upstream repository for your distro
|
||||
postgresql-repo:
|
||||
|
|
Loading…
Add table
Reference in a new issue