bundles/postgresql: rename users -> roles
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d087cea869
commit
3fbe32518a
19 changed files with 20 additions and 20 deletions
|
@ -35,7 +35,7 @@ svc_systemd = {
|
|||
|
||||
postgres_dbs = {}
|
||||
|
||||
for user, config in node.metadata.get('postgresql', {}).get('users', {}).items():
|
||||
for user, config in node.metadata.get('postgresql', {}).get('roles', {}).items():
|
||||
postgres_roles[user] = {
|
||||
'password': config['password'],
|
||||
'needs': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue