bundles/mx-puppet-discord: fix postgres database
This commit is contained in:
parent
0ebcf9762e
commit
20f3f566ac
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ defaults = {
|
||||||
'database': 'mx-puppet-discord',
|
'database': 'mx-puppet-discord',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'postgres': {
|
'postgresql': {
|
||||||
'users': {
|
'users': {
|
||||||
'mx-puppet-discord': {
|
'mx-puppet-discord': {
|
||||||
'password': repo.vault.password_for('{} postgresql mx-puppet-discord'.format(node.name)),
|
'password': repo.vault.password_for('{} postgresql mx-puppet-discord'.format(node.name)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue