use @
This commit is contained in:
parent
7728f8a272
commit
08e8cdcdaa
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ mysql_query_rules =
|
||||||
# - The MySQL user must be created first in the DB server and grant it to access from this ProxySQL host
|
# - The MySQL user must be created first in the DB server and grant it to access from this ProxySQL host
|
||||||
mysql_users =
|
mysql_users =
|
||||||
(
|
(
|
||||||
<%- $customers.each do |customer| -%>
|
<%- @customers.each do |customer| -%>
|
||||||
{ username = "nextcloud_<%= customer %>", password = "<%= hiera(customer + '_mysql_user_password') %>", default_hostgroup = 10, transaction_persistent = <%= @transaction_persistent %>, active = 1 },
|
{ username = "nextcloud_<%= customer %>", password = "<%= hiera(customer + '_mysql_user_password') %>", default_hostgroup = 10, transaction_persistent = <%= @transaction_persistent %>, active = 1 },
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue