mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +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'
|
password: '98ruj923h4rf'
|
||||||
createdb: False
|
createdb: False
|
||||||
createroles: False
|
createroles: False
|
||||||
createuser: False
|
|
||||||
inherit: True
|
inherit: True
|
||||||
replication: False
|
replication: False
|
||||||
|
|
||||||
|
@ -139,7 +138,6 @@ postgres:
|
||||||
password: '98ruj923h4rf'
|
password: '98ruj923h4rf'
|
||||||
createdb: False
|
createdb: False
|
||||||
createroles: False
|
createroles: False
|
||||||
createuser: False
|
|
||||||
inherit: True
|
inherit: True
|
||||||
replication: False
|
replication: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue