recommit for updates in build 200
This commit is contained in:
@@ -407,7 +407,7 @@ instance configuration.</p>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>fe_req_add</span>
|
||||
<span class='name'>fe_http_request</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
@@ -510,7 +510,7 @@ define cd_haproxy::server::proxy (
|
||||
$default_backend = '',
|
||||
$be_option = '',
|
||||
$fe_tcp_request = '',
|
||||
$fe_req_add = '',
|
||||
$fe_http_request = '',
|
||||
|
||||
) {
|
||||
|
||||
@@ -522,15 +522,15 @@ define cd_haproxy::server::proxy (
|
||||
|
||||
|
||||
# Ensure acl_rule_front and acl_rule_back are arrays
|
||||
$acl_rule_front_array = split($acl_rule_front, ';')
|
||||
$acl_rule_back_array = split($acl_rule_back, ';')
|
||||
$fe_use_backend_array = split($fe_use_backend,';')
|
||||
$backend_name_array = split($backend_name, ';')
|
||||
$be_server_name_array = split($be_server_name, ';')
|
||||
$be_option_array = split($be_option, ';')
|
||||
$fe_tcp_request_array = split($fe_tcp_request, ';')
|
||||
$fe_option_array = split($fe_option, ';')
|
||||
$fe_req_add_array = split($fe_req_add, ';')
|
||||
$acl_rule_front_array = split($acl_rule_front, ';')
|
||||
$acl_rule_back_array = split($acl_rule_back, ';')
|
||||
$fe_use_backend_array = split($fe_use_backend,';')
|
||||
$backend_name_array = split($backend_name, ';')
|
||||
$be_server_name_array = split($be_server_name, ';')
|
||||
$be_option_array = split($be_option, ';')
|
||||
$fe_tcp_request_array = split($fe_tcp_request, ';')
|
||||
$fe_option_array = split($fe_option, ';')
|
||||
$fe_http_request_array = split($fe_http_request, ';')
|
||||
|
||||
# create frontend section
|
||||
concat::fragment { "frontend_${name}":
|
||||
|
||||
Reference in New Issue
Block a user