recommit for updates in build 174

This commit is contained in:
Jenkins ConfDroid
2025-01-28 19:12:38 +01:00
parent 7873043c30
commit d200fcf866

View File

@@ -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, &#39;;&#39;)
$acl_rule_back_array = split($acl_rule_back, &#39;;&#39;)
$fe_use_backend_array = split($fe_use_backend,&#39;;&#39;)
$backend_name_array = split($backend_name, &#39;;&#39;)
$be_server_name_array = split($be_server_name, &#39;;&#39;)