Fix sytax
This commit is contained in:
parent
5d286dd5c0
commit
09a13f6444
|
@ -121,7 +121,7 @@ mysql_users =
|
|||
|
||||
<%- index = 0 -%>
|
||||
<%- @customers.each do |customer| -%>
|
||||
{ username = "nextcloud_<%= customer %>", password = "<%= @passwords[index] %>", default_hostgroup = 10, transaction_persistent = <%= @transaction_persistent %>, active = 1 },
|
||||
{ username="nextcloud_<%= customer %>", password="<%= @passwords[index] %>", default_hostgroup=10, transaction_persistent=<%= @transaction_persistent %>, active=1 },
|
||||
<%- index += 1 -%>
|
||||
<%- end -%>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue