We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f80ee + 8d96494 commit 14b653eCopy full SHA for 14b653e
postgres/client/init.sls
@@ -15,7 +15,7 @@ include:
15
# Install PostgreSQL client and libraries
16
postgresql-client-libs:
17
pkg.installed:
18
- - pkgs: {{ pkgs }}
+ - pkgs: {{ pkgs | json }}
19
{%- if postgres.use_upstream_repo == true %}
20
- refresh: True
21
- require:
postgres/dev/init.sls
@@ -6,7 +6,7 @@
6
{% if pkgs %}
7
install-postgres-dev-packages:
8
9
10
{% if postgres.fromrepo %}
11
- fromrepo: {{ postgres.fromrepo }}
12
{% endif %}
0 commit comments