bundles/mx-puppet-discord: create registration.yaml using bw
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
bf7e982fdb
commit
0784b85fbb
3 changed files with 33 additions and 14 deletions
|
@ -16,6 +16,9 @@ defaults = {
|
|||
'password': repo.vault.password_for('{} postgresql mx-puppet-discord'.format(node.name)),
|
||||
'database': 'mx-puppet-discord',
|
||||
},
|
||||
'as_token': repo.vault.password_for('{} mx-puppet-discord as_token'.format(node.name)),
|
||||
'hs_token': repo.vault.password_for('{} mx-puppet-discord hs_token'.format(node.name)),
|
||||
'sender_localpart': '_discordpuppet_bot',
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue