From de16b0029784ba43ef87ae67e8409d4ee045c5d2 Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Sun, 15 Nov 2015 10:53:37 -0800 Subject: [PATCH] Adding initdb command to pillar example --- pillar.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index 349113e..f3bdd05 100644 --- a/pillar.example +++ b/pillar.example @@ -1,5 +1,7 @@ postgres: pg_hba.conf: salt://postgres/pg_hba.conf + commands: + initdb: service postgresql initdb use_upstream_repo: False