Fix sytax

This commit is contained in:
Micke Nordin 2023-02-28 13:01:15 +01:00
parent 5d286dd5c0
commit 09a13f6444
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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 -%>
)