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
|
@ -51,7 +51,7 @@ def import_database_settings_from_postfixadmin(metadata):
|
|||
'dovecot': {
|
||||
'admin_email': metadata.get('postfixadmin/admin_email'),
|
||||
'database': {
|
||||
'dbpass': metadata.get('postgresql/users/postfixadmin/password'),
|
||||
'dbpass': metadata.get('postgresql/roles/postfixadmin/password'),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue