mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Added other missing deps
This commit is contained in:
parent
6545fa58a7
commit
d91417979d
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ postgresql:
|
||||||
|
|
||||||
postgresql-server-dev-9.3:
|
postgresql-server-dev-9.3:
|
||||||
pkg.installed
|
pkg.installed
|
||||||
|
|
||||||
|
libpq-dev:
|
||||||
|
pkg.installed
|
||||||
|
|
||||||
|
python-dev:
|
||||||
|
pkg.installed
|
||||||
|
|
||||||
{% if 'pg_hba.conf' in pillar.get('postgres', {}) %}
|
{% if 'pg_hba.conf' in pillar.get('postgres', {}) %}
|
||||||
pg_hba.conf:
|
pg_hba.conf:
|
||||||
|
|
Loading…
Add table
Reference in a new issue