From 54a974c7da4acf12efa439d646125c9b5dbce238 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 17:02:05 +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 c5416b6..b883ce3 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 -%>