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).
This commit is contained in:
Brian Jackson 2015-04-24 13:15:59 -05:00
parent 79c800e8ca
commit 997bc3563a

View file

@ -14,5 +14,6 @@ postgres:
users: {} users: {}
acls: [] acls: []
databases: {} databases: {}
tablespaces: {}
postgresconf: "" postgresconf: ""
pg_hba.conf: salt://postgres/pg_hba.conf pg_hba.conf: salt://postgres/pg_hba.conf