recommit for updates in build 175

This commit is contained in:
Jenkins ConfDroid
2025-01-28 23:54:58 +01:00
parent d5c41eca66
commit 0f033f54af

View File

@@ -386,6 +386,19 @@ instance configuration.</p>
</li> </li>
<li>
<span class='name'>be_option</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul> </ul>
@@ -443,7 +456,9 @@ instance configuration.</p>
84 84
85 85
86 86
87</pre> 87
88
89</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span> <pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
@@ -465,6 +480,7 @@ define cd_haproxy::server::proxy (
$be_balance = &#39;&#39;, $be_balance = &#39;&#39;,
$be_mode = &#39;&#39;, $be_mode = &#39;&#39;,
$default_backend = &#39;&#39;, $default_backend = &#39;&#39;,
$be_option = &#39;&#39;,
) { ) {
@@ -480,6 +496,7 @@ define cd_haproxy::server::proxy (
$fe_use_backend_array = split($fe_use_backend,&#39;;&#39;) $fe_use_backend_array = split($fe_use_backend,&#39;;&#39;)
$backend_name_array = split($backend_name, &#39;;&#39;) $backend_name_array = split($backend_name, &#39;;&#39;)
$be_server_name_array = split($be_server_name, &#39;;&#39;) $be_server_name_array = split($be_server_name, &#39;;&#39;)
$be_option_array = split($be_option, &#39;;&#39;)
# create frontend section # create frontend section
concat::fragment { &quot;frontend_${name}&quot;: concat::fragment { &quot;frontend_${name}&quot;: