Files
confdroid_haproxy/templates/haproxy_acl_rule.erb

7 lines
136 B
Plaintext
Raw Normal View History

2018-12-30 16:21:23 +01:00
<% if @acl_rule != '' -%>
2018-12-30 16:59:37 +01:00
<% @acl_rule.each.do |acl_rule| %>
2018-12-30 16:47:49 +01:00
acl <%= acl_rule %>
2018-12-30 16:21:23 +01:00
<% else -%>
# no acl given %>
2018-12-30 16:47:49 +01:00
<% end end -%>