Files
confdroid_haproxy/templates/haproxy_acl_rule.erb
2025-01-27 12:24:03 +01:00

6 lines
144 B
Plaintext

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