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
|
@ -29,7 +29,7 @@ files = {
|
|||
'context': {
|
||||
'setup_password': node.metadata['postfixadmin']['setup_password'],
|
||||
'admin_email': node.metadata['postfixadmin']['admin_email'],
|
||||
'database_password': node.metadata['postgresql']['users']['postfixadmin']['password'],
|
||||
'database_password': node.metadata['postgresql']['roles']['postfixadmin']['password'],
|
||||
},
|
||||
'needs': {
|
||||
'git_deploy:/opt/postfixadmin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue