recommit for updates in build 260

This commit is contained in:
Jenkins ConfDroid
2025-02-22 14:22:36 +01:00
parent d27d4a1472
commit f795f23e25

View File

@@ -470,6 +470,32 @@ instance configuration.</p>
</li> </li>
<li>
<span class='name'>be_http_request</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
<li>
<span class='name'>be_acl_rule</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul> </ul>
@@ -544,7 +570,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 24</span> <pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 24</span>
@@ -574,6 +602,8 @@ define cd_haproxy::server::proxy (
$be_stick_table = &#39;&#39;, $be_stick_table = &#39;&#39;,
$be_stick_on = &#39;&#39;, $be_stick_on = &#39;&#39;,
$be_http_check = &#39;&#39;, $be_http_check = &#39;&#39;,
$be_http_request = &#39;&#39;,
$be_acl_rule = &#39;&#39;,
) { ) {