From de2fc2bdb9ff12c0c0393764a3ab68987c7dee22 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Wed, 12 Feb 2025 14:24:08 +0100
Subject: [PATCH] recommit for updates in build 221
---
.../cd_haproxy_3A_3Aparams.html | 32 ++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
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',
|