diff --git a/templates/multinode/proxysql.cnf.erb b/templates/multinode/proxysql.cnf.erb index 149f964..efb8502 100644 --- a/templates/multinode/proxysql.cnf.erb +++ b/templates/multinode/proxysql.cnf.erb @@ -129,7 +129,7 @@ mysql_users = ( <%- index = 0 -%> -<%- @customers.each do |customer| -%> +<%- @allnames.each do |customer| -%> { username="nextcloud_<%= customer %>" password="<%= @passwords[index] %>"