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

6 lines
88 B
Plaintext

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