Files
confdroid_haproxy/templates/haproxy_acl_rule.erb
2018-12-30 16:39:09 +01:00

6 lines
98 B
Plaintext

<% if @acl_rule != '' -%>
acl <%= @acl_rule %>
<% else -%>
# no acl given %>
<% end -%>