mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Adding initdb command to pillar example
This commit is contained in:
parent
e2b6eab753
commit
de16b00297
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
postgres:
|
postgres:
|
||||||
pg_hba.conf: salt://postgres/pg_hba.conf
|
pg_hba.conf: salt://postgres/pg_hba.conf
|
||||||
|
commands:
|
||||||
|
initdb: service postgresql initdb
|
||||||
|
|
||||||
use_upstream_repo: False
|
use_upstream_repo: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue