recommit for updates in build 221

This commit is contained in:
Jenkins ConfDroid
2025-02-12 14:24:08 +01:00
parent cf4f4e9b34
commit de2fc2bdb9

View File

@@ -707,6 +707,32 @@ succeed.</p>
<p>set the timeout value for how long to check if the timeout has occured</p>
</div>
</li>
<li>
<span class='name'>hy_hard_stop</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
</li>
<li>
<span class='name'>hy_hard_stop_value</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;60s&#39;</tt>)</em>
</li>
<li>
@@ -840,7 +866,9 @@ succeed.</p>
136
137
138
139</pre>
139
140
141</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 58</span>
@@ -876,6 +904,8 @@ $hy_timeout_client = &#39;1m&#39;,
$hy_timeout_server = &#39;1m&#39;,
$hy_timeout_http_keep_alive = &#39;10s&#39;,
$hy_timeout_check = &#39;10s&#39;,
$hy_hard_stop = true,
$hy_hard_stop_value = &#39;60s&#39;,
# user
$hy_user_name = &#39;haproxy&#39;,