This commit is contained in:
Adam Durana 2015-01-29 18:26:47 -05:00
parent a5e020deed
commit 0a429b9a97

View file

@ -40,9 +40,9 @@ install-postgres-dev-package:
{% endif %}
{% if postgres.pkg_libpq_dev != False %}
install-postgres-libpq-dev
pkg.installed
- name: {{ postgres.pkg_libpq_dev }}:
install-postgres-libpq-dev:
pkg.installed:
- name: {{ postgres.pkg_libpq_dev }}
{% endif %}
{% if 'postgresconf' in pillar.get('postgres', {}) %}