bundles/postgresql: rename users -> roles
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-10 12:37:58 +01:00
parent d087cea869
commit 3fbe32518a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
19 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@ defaults = {
'cookie_secret': repo.vault.password_for('{} travelynx cookie_secret'.format(node.name)),
},
'postgresql': {
'users': {
'roles': {
'travelynx': {
'password': repo.vault.password_for('{} postgresql travelynx'.format(node.name)),
},