diff --git a/templates/haproxy_acl_rule.erb b/templates/haproxy_acl_rule.erb index 16b6ed4..77e4943 100644 --- a/templates/haproxy_acl_rule.erb +++ b/templates/haproxy_acl_rule.erb @@ -1,6 +1,4 @@ <% if @acl_rule != '' -%> <% @acl_rule.each do |acl_rule| -%> acl <%= acl_rule %> -<% else -%> -# no acl given %> -<% end end -%> +<% end -%>