nodes/htz.ex42-1048908: fix password for mx-puppet-discord

This commit is contained in:
Franzi 2020-04-04 18:30:31 +02:00
parent 78bae4f77b
commit 30d4b2597c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -29,7 +29,7 @@ nodes['htz.ex42-1048908'] = {
}, },
'database': { 'database': {
'user': 'mx-puppet-discord', 'user': 'mx-puppet-discord',
'password': vault.password_for('htz.ex42.1048908 postgres mx-puppet-discord'), 'password': vault.password_for('htz.ex42-1048908 postgres mx-puppet-discord'),
'database': 'mx-puppet-discord', 'database': 'mx-puppet-discord',
}, },
'allowed-users': { 'allowed-users': {
@ -53,7 +53,7 @@ nodes['htz.ex42-1048908'] = {
'postgresql': { 'postgresql': {
'users': { 'users': {
'mx-puppet-discord': { 'mx-puppet-discord': {
'password': vault.password_for('htz.ex42.1048908 postgres mx-puppet-discord'), 'password': vault.password_for('htz.ex42-1048908 postgres mx-puppet-discord'),
}, },
}, },
'databases': { 'databases': {