diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html index 3a4783b..96bc48f 100644 --- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html @@ -707,6 +707,32 @@ succeed.

set the timeout value for how long to check if the timeout has occured

+ + +
  • + + hy_hard_stop + + + (Any) + + + (defaults to: true) + + +
  • + +
  • + + hy_hard_stop_value + + + (Any) + + + (defaults to: '60s') + +
  • @@ -840,7 +866,9 @@ succeed.

    136 137 138 -139 +139 +140 +141
    # File 'manifests/params.pp', line 58
    @@ -876,6 +904,8 @@ $hy_timeout_client            = '1m',
     $hy_timeout_server            = '1m',
     $hy_timeout_http_keep_alive   = '10s',
     $hy_timeout_check             = '10s',
    +$hy_hard_stop                 = true,
    +$hy_hard_stop_value           = '60s',
     
     # user
     $hy_user_name                 = 'haproxy',