recommit for updates in build 174
This commit is contained in:
@@ -442,7 +442,8 @@ instance configuration.</p>
|
||||
83
|
||||
84
|
||||
85
|
||||
86</pre>
|
||||
86
|
||||
87</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
||||
@@ -476,6 +477,7 @@ 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, ';')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user