update frontend template

This commit is contained in:
Arne Teuke
2025-05-16 20:12:12 +02:00
parent 0054729e63
commit 543520811a
25 changed files with 2 additions and 5403 deletions

View File

@@ -1,3 +1,4 @@
<% if @fqdn == @haproxy_fqdn -%>
<% if @frontend_name != '' -%>
frontend <%= @frontend_name %>
<% end -%>
@@ -14,6 +15,7 @@ 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 %>