mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Added postgres dev package
This commit is contained in:
parent
1b75171449
commit
6545fa58a7
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ postgresql:
|
||||||
- name: {{ postgres.service }}
|
- name: {{ postgres.service }}
|
||||||
- require:
|
- require:
|
||||||
- pkg: {{ postgres.pkg }}
|
- pkg: {{ postgres.pkg }}
|
||||||
|
|
||||||
|
postgresql-server-dev-9.3:
|
||||||
|
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