Skip to content

Commit 81919a9

Browse files
Merge pull request #224 from jdsieci/remove_install_dev_by_default
Client should not install dev libs by default
2 parents d9c071a + ee532da commit 81919a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/client/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
22
33
{%- set pkgs = [] %}
4-
{%- for pkg in (postgres.pkg_client, postgres.pkg_libpq_dev) %}
4+
{%- for pkg in (postgres.pkg_client,) %}
55
{%- if pkg %}
66
{%- do pkgs.append(pkg) %}
77
{%- endif %}

0 commit comments

Comments
 (0)