edit templates
This commit is contained in:
@@ -53,6 +53,7 @@ $backend_order = '030',
|
||||
$fe_maxconn = '',
|
||||
$be_server_name = undef,
|
||||
$be_balance = '',
|
||||
$be_mode = '',
|
||||
|
||||
) {
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<% if @fqdn == @haproxy_fqdn -%>
|
||||
backend <%= @backend_name %>
|
||||
mode <%= @backend_mode %>
|
||||
<% if @acl_rule_back != '' -%>
|
||||
acl <%= @acl_rule_back %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user