From 997bc3563a27c6f51f946dee6d402dead9512088 Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Fri, 24 Apr 2015 13:15:59 -0500 Subject: [PATCH] Fix backward compat This should fix the backwards compatibility breakage. Missed in my testing because I had a pre-existing pillar setup (from an old way I did tablespace support). --- postgres/defaults.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/defaults.yaml b/postgres/defaults.yaml index fe9c3fa..5c4c27e 100644 --- a/postgres/defaults.yaml +++ b/postgres/defaults.yaml @@ -14,5 +14,6 @@ postgres: users: {} acls: [] databases: {} + tablespaces: {} postgresconf: "" pg_hba.conf: salt://postgres/pg_hba.conf