update frontend template
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user