mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #32 from brot/f/ubuntu
Option to disable installation of pkg_libpq_dev
This commit is contained in:
commit
a5e020deed
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