From d9bf45f1d792eff8fc5a0a00300e22f03cb94447 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 6 Feb 2025 13:05:11 +0100 Subject: [PATCH] disable most defaults --- manifests/params.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 76237dc..fe3d28e 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -75,9 +75,9 @@ $hy_maxconn = '4000', $hy_show_stats = true, $hy_stats_socket = '/var/lib/haproxy/stats', $hy_default_mode = 'http', -$hy_use_http_server_close = true, -$hy_use_forward_for = true, -$hy_use_redispatch = true, +$hy_use_http_server_close = false, +$hy_use_forward_for = false, +$hy_use_redispatch = false, $hy_max_retries = '3', $hy_timeout_http_request = '10s', $hy_timeout_queue = '1m',