Client should not install dev libs by default

This commit is contained in:
Jerzy Drozdz 2018-06-14 23:50:57 +02:00
parent d9c071a547
commit ee532daf66

View file

@ -1,7 +1,7 @@
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%} {%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
{%- set pkgs = [] %} {%- set pkgs = [] %}
{%- for pkg in (postgres.pkg_client, postgres.pkg_libpq_dev) %} {%- for pkg in (postgres.pkg_client,) %}
{%- if pkg %} {%- if pkg %}
{%- do pkgs.append(pkg) %} {%- do pkgs.append(pkg) %}
{%- endif %} {%- endif %}