diff --git a/postgres/client/init.sls b/postgres/client/init.sls index c20ecad..26384c9 100644 --- a/postgres/client/init.sls +++ b/postgres/client/init.sls @@ -1,7 +1,7 @@ {%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%} {%- set pkgs = [] %} -{%- for pkg in (postgres.pkg_client, postgres.pkg_libpq_dev) %} +{%- for pkg in (postgres.pkg_client,) %} {%- if pkg %} {%- do pkgs.append(pkg) %} {%- endif %}