mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Option to disable installation of pkg_libpq_dev
This commit is contained in:
parent
46a6338cdf
commit
3e0b210d5d
1 changed files with 4 additions and 1 deletions
|
@ -39,8 +39,11 @@ install-postgres-dev-package:
|
|||
- name: {{ postgres.pkg_dev }}
|
||||
{% endif %}
|
||||
|
||||
{{ postgres.pkg_libpq_dev }}:
|
||||
{% if postgres.pkg_libpq_dev != False %}
|
||||
install-postgres-libpq-dev
|
||||
pkg.installed
|
||||
- name: {{ postgres.pkg_libpq_dev }}:
|
||||
{% endif %}
|
||||
|
||||
{% if 'postgresconf' in pillar.get('postgres', {}) %}
|
||||
postgresql-conf:
|
||||
|
|
Loading…
Add table
Reference in a new issue