Files
confdroid_haproxy/templates/haproxy_acl_rule.erb
2018-12-30 17:02:05 +01:00

5 lines
102 B
Plaintext

<% if @acl_rule != '' -%>
<% @acl_rule.each.do |acl_rule| %>
acl <%= acl_rule %>
<% end -%>