change parameter

This commit is contained in:
Arne Teuke
2025-01-27 12:36:31 +01:00
parent 34ff37969b
commit 0ae34d28d9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<% if @fqdn == @hy_host_fqdn -%> <% if @fqdn == @haproxy_fqdn -%>
<% if @acl_rule != '' -%> <% if @acl_rule != '' -%>
<% @acl_rule.each do |acl_rule| -%> <% @acl_rule.each do |acl_rule| -%>
acl <%= acl_rule %> acl <%= acl_rule %>

View File

@@ -1,4 +1,4 @@
<% if @fqdn == @hy_host_fqdn -%> <% if @fqdn == @haproxy_fqdn -%>
backend <%= @backend_name %> backend <%= @backend_name %>
<% @be_server_name.each do |be_server| -%> <% @be_server_name.each do |be_server| -%>
server <%= be_server %> server <%= be_server %>

View File

@@ -1,4 +1,4 @@
<% if @fqdn == @hy_host_fqdn -%> <% if @fqdn == @haproxy_fqdn -%>
frontend <%= @frontend_name %> frontend <%= @frontend_name %>
mode <%= @frontend_mode %> mode <%= @frontend_mode %>
bind <%= @fe_bind_mode %> bind <%= @fe_bind_mode %>