bundles/postgresql: rename users -> roles
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d087cea869
commit
3fbe32518a
19 changed files with 20 additions and 20 deletions
|
@ -2,7 +2,7 @@ files = {
|
|||
'/etc/miniflux.conf': {
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'dbpassword': node.metadata['postgresql']['users']['miniflux']['password'],
|
||||
'dbpassword': node.metadata['postgresql']['roles']['miniflux']['password'],
|
||||
'base_url': node.metadata['miniflux']['domain'],
|
||||
},
|
||||
'triggers': {
|
||||
|
|
|
@ -21,7 +21,7 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
'roles': {
|
||||
'miniflux': {
|
||||
'password': repo.vault.password_for('{} postgresql miniflux'.format(node.name)),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue