mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #257 from thomasrossetto/fixes/fix_pillar_example
Remove deprecated createuser command in salt 2019.02
This commit is contained in:
commit
58c36c57cc
1 changed files with 0 additions and 2 deletions
|
@ -130,7 +130,6 @@ postgres:
|
|||
password: '98ruj923h4rf'
|
||||
createdb: False
|
||||
createroles: False
|
||||
createuser: False
|
||||
inherit: True
|
||||
replication: False
|
||||
|
||||
|
@ -139,7 +138,6 @@ postgres:
|
|||
password: '98ruj923h4rf'
|
||||
createdb: False
|
||||
createroles: False
|
||||
createuser: False
|
||||
inherit: True
|
||||
replication: False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue