mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
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:
parent
79c800e8ca
commit
997bc3563a
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ postgres:
|
|||
users: {}
|
||||
acls: []
|
||||
databases: {}
|
||||
tablespaces: {}
|
||||
postgresconf: ""
|
||||
pg_hba.conf: salt://postgres/pg_hba.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue