Files
confdroid_haproxy/templates/haproxy_acl_rule.erb
2018-12-30 18:16:09 +01:00

6 lines
144 B
Plaintext

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