mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Client should not install dev libs by default
This commit is contained in:
parent
d9c071a547
commit
ee532daf66
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue