From ae0fbb70baa04cd134648c5a2f1e3aa149f72045 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 17:06:53 +0100 Subject: [PATCH] tests acl template --- templates/haproxy_acl_rule.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_acl_rule.erb b/templates/haproxy_acl_rule.erb index 77e4943..127c88c 100644 --- a/templates/haproxy_acl_rule.erb +++ b/templates/haproxy_acl_rule.erb @@ -1,4 +1,4 @@ <% if @acl_rule != '' -%> <% @acl_rule.each do |acl_rule| -%> acl <%= acl_rule %> -<% end -%> +<% end end -%>