nodes/htz.ex42-1048908: move postgres roles and databases to bundles
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
033adc1f0b
commit
943a7c1566
3 changed files with 25 additions and 19 deletions
|
@ -32,4 +32,16 @@ def synapse_defaults(metadata):
|
|||
'database': 'synapse',
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
'synapse_user': {
|
||||
'password': repo.vault.password_for('{} postgresql synapse_user'.format(node.name)),
|
||||
},
|
||||
},
|
||||
'databases': {
|
||||
'synapse': {
|
||||
'owner': 'synapse_user',
|
||||
},
|
||||
},
|
||||
}
|
||||
}, DEFAULTS, DONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue