update define with array

This commit is contained in:
Arne Teuke
2025-05-16 19:49:02 +02:00
parent 541b9eab6e
commit 3a97cbe011
25 changed files with 0 additions and 5405 deletions

View File

@@ -1,4 +1,3 @@
<% if @fqdn == @haproxy_fqdn -%>
<% if @frontend_name != '' -%>
frontend <%= @frontend_name %>
<% end -%>
@@ -15,7 +14,6 @@ maxconn <%= @fe_maxconn %>
<% @fe_option_array.each do |fe_option| -%>
option <%= fe_option %>
<% end -%>
<% end -%>
<% if @fe_http_request_array and !@fe_http_request_array.empty? -%>
<% @fe_http_request_array.each do |fe_http_request| -%>
http-request <%= fe_http_request %>