From 6713bb3ac8aac540c7258a9dcc91c06001b06407 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 17:05:16 +0100 Subject: [PATCH] tests acl template --- templates/haproxy_acl_rule.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/haproxy_acl_rule.erb b/templates/haproxy_acl_rule.erb index 16b6ed4..77e4943 100644 --- a/templates/haproxy_acl_rule.erb +++ b/templates/haproxy_acl_rule.erb @@ -1,6 +1,4 @@ <% if @acl_rule != '' -%> <% @acl_rule.each do |acl_rule| -%> acl <%= acl_rule %> -<% else -%> -# no acl given %> -<% end end -%> +<% end -%>