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
|
@ -1,5 +1,5 @@
|
|||
user = postfixadmin
|
||||
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
|
||||
password = ${node.metadata['postgresql']['roles']['postfixadmin']['password']}
|
||||
hosts = localhost
|
||||
dbname = postfixadmin
|
||||
query = SELECT domain FROM domain WHERE domain='%s' and backupmx = true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
user = postfixadmin
|
||||
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
|
||||
password = ${node.metadata['postgresql']['roles']['postfixadmin']['password']}
|
||||
hosts = localhost
|
||||
dbname = postfixadmin
|
||||
query = SELECT goto FROM alias WHERE address='%s' AND active = true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
user = postfixadmin
|
||||
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
|
||||
password = ${node.metadata['postgresql']['roles']['postfixadmin']['password']}
|
||||
hosts = localhost
|
||||
dbname = postfixadmin
|
||||
query = SELECT domain FROM domain WHERE domain='%s' AND backupmx = false AND active = true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
user = postfixadmin
|
||||
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
|
||||
password = ${node.metadata['postgresql']['roles']['postfixadmin']['password']}
|
||||
hosts = localhost
|
||||
dbname = postfixadmin
|
||||
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue