diff --git a/templates/haproxy_acl_rule.erb b/templates/haproxy_acl_rule.erb index 77e4943..127c88c 100644 --- a/templates/haproxy_acl_rule.erb +++ b/templates/haproxy_acl_rule.erb @@ -1,4 +1,4 @@ <% if @acl_rule != '' -%> <% @acl_rule.each do |acl_rule| -%> acl <%= acl_rule %> -<% end -%> +<% end end -%>