diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index 85bc438..5e90089 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -18,4 +18,4 @@ use_backend <%= @fe_use_backend %> <% else -%> use_backend <%= @backend_name %> -<% end end-%> +<% end end end-%>