bundles/mx-puppet-discord: create registration.yaml using bw
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-26 15:34:12 +02:00
parent bf7e982fdb
commit 0784b85fbb
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 33 additions and 14 deletions

View file

@ -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': {