bundles/mx-puppet-discord: fix postgres database

This commit is contained in:
Franzi 2020-08-19 18:39:07 +02:00
parent 0ebcf9762e
commit 20f3f566ac
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -18,7 +18,7 @@ defaults = {
'database': 'mx-puppet-discord',
},
},
'postgres': {
'postgresql': {
'users': {
'mx-puppet-discord': {
'password': repo.vault.password_for('{} postgresql mx-puppet-discord'.format(node.name)),