recommit for updates in build 228

This commit is contained in:
Jenkins ConfDroid
2025-02-12 16:22:10 +01:00
parent 7fa460f675
commit 708c4db1e2

View File

@@ -457,6 +457,19 @@ instance configuration.</p>
</li>
<li>
<span class='name'>be_http_check</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul>
@@ -530,7 +543,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 24</span>
@@ -559,6 +573,7 @@ define cd_haproxy::server::proxy (
$backend_configs = [],
$be_stick_table = &#39;&#39;,
$be_stick_on = &#39;&#39;,
$be_http_check = &#39;&#39;,
) {