On second thought, initdb command should be defined in defaults.yaml

This commit is contained in:
Devon Stewart 2015-11-10 11:07:58 -08:00
parent aedb775743
commit e2b6eab753
2 changed files with 2 additions and 2 deletions

View file

@ -17,3 +17,5 @@ postgres:
tablespaces: {}
postgresconf: ""
pg_hba.conf: salt://postgres/pg_hba.conf
commands:
initdb: service postgresql initdb

View file

@ -5,5 +5,3 @@ Arch: {}
Debian:
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
pkg_libpq_dev: libpq-dev
commands:
initdb: service postgresql initdb