Files
confdroid_haproxy/templates/haproxy_acl_rule.erb

5 lines
107 B
Plaintext
Raw Normal View History

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 17:06:53 +01:00
<% end end -%>