Files
confdroid_haproxy/templates/haproxy_acl_rule.erb

6 lines
88 B
Plaintext
Raw Normal View History

2018-12-30 16:21:23 +01:00
<% if @acl_rule != '' -%>
2018-12-30 14:56:57 +01:00
acl <%= @acl_rule %>
2018-12-30 16:21:23 +01:00
<% else -%>
# no acl given %>
<% end -%>