From f432b6eccb03e360e4413f140fa032df205d9197 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 18:18:14 +0100 Subject: [PATCH] testing hostbinding --- templates/haproxy_backend_rule.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_backend_rule.erb b/templates/haproxy_backend_rule.erb index 29ff35f..80872a2 100644 --- a/templates/haproxy_backend_rule.erb +++ b/templates/haproxy_backend_rule.erb @@ -1,3 +1,3 @@ <% if @fqdn == @haproxy_fqdn -%> backend <%= @backend_name %> -<% end -% +<% end end -%