recommit for updates in build 221
This commit is contained in:
@@ -707,6 +707,32 @@ succeed.</p>
|
|||||||
<p>set the timeout value for how long to check if the timeout has occured</p>
|
<p>set the timeout value for how long to check if the timeout has occured</p>
|
||||||
</div>
|
</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>'60s'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@@ -840,7 +866,9 @@ succeed.</p>
|
|||||||
136
|
136
|
||||||
137
|
137
|
||||||
138
|
138
|
||||||
139</pre>
|
139
|
||||||
|
140
|
||||||
|
141</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 58</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 58</span>
|
||||||
@@ -876,6 +904,8 @@ $hy_timeout_client = '1m',
|
|||||||
$hy_timeout_server = '1m',
|
$hy_timeout_server = '1m',
|
||||||
$hy_timeout_http_keep_alive = '10s',
|
$hy_timeout_http_keep_alive = '10s',
|
||||||
$hy_timeout_check = '10s',
|
$hy_timeout_check = '10s',
|
||||||
|
$hy_hard_stop = true,
|
||||||
|
$hy_hard_stop_value = '60s',
|
||||||
|
|
||||||
# user
|
# user
|
||||||
$hy_user_name = 'haproxy',
|
$hy_user_name = 'haproxy',
|
||||||
|
|||||||
Reference in New Issue
Block a user