Files
confdroid_haproxy/templates/haproxy_backend_rule.erb

4 lines
73 B
Plaintext
Raw Normal View History

2018-12-30 18:16:09 +01:00
<% if @fqdn == @haproxy_fqdn -%>
2018-12-29 19:54:41 +01:00
backend <%= @backend_name %>
2018-12-30 18:18:33 +01:00
<% end -%>