Files
confdroid_haproxy/templates/haproxy_acl_rule.erb

6 lines
144 B
Plaintext
Raw Normal View History

2025-01-27 12:36:31 +01:00
<% if @fqdn == @haproxy_fqdn -%>
2018-12-30 16:21:23 +01:00
<% if @acl_rule != '' -%>
2018-12-30 17:03:58 +01:00
<% @acl_rule.each do |acl_rule| -%>
2018-12-30 16:47:49 +01:00
acl <%= acl_rule %>
2018-12-30 18:16:09 +01:00
<% end end end -%>