Adding initdb command to pillar example

This commit is contained in:
Devon Stewart 2015-11-15 10:53:37 -08:00
parent e2b6eab753
commit de16b00297

View file

@ -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