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.
1 parent d9c071a commit ee532daCopy full SHA for ee532da
postgres/client/init.sls
@@ -1,7 +1,7 @@
1
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
2
3
{%- set pkgs = [] %}
4
-{%- for pkg in (postgres.pkg_client, postgres.pkg_libpq_dev) %}
+{%- for pkg in (postgres.pkg_client,) %}
5
{%- if pkg %}
6
{%- do pkgs.append(pkg) %}
7
{%- endif %}
0 commit comments