From 96e34d4fd455e7b684def5fc4c9a2421a2f00e95 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 27 Jan 2025 13:52:48 +0100 Subject: [PATCH] change template --- templates/haproxy_frontend_rule.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index 7468107..4fdea22 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -7,7 +7,7 @@ maxconn <%= @fe_maxconn %> <% end -%> <% if @fe_maxconn == '' -%> <% end -%> -<% if @acl_rule_front != '' -%> +<% if @acl_rule != '' -%> <% @acl_rule.each do |acl_rule| -%> acl <%= acl_rule %> <% end -%>