mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #224 from jdsieci/remove_install_dev_by_default
Client should not install dev libs by default
This commit is contained in:
commit
81919a9d46
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue