From 6f1e4b2cfa8ffdf605a31d7d12648b79e9caa6b4 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 6 Feb 2025 13:00:41 +0100 Subject: [PATCH] remove kubernetes backend --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index a686a47..76237dc 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -97,7 +97,7 @@ $hy_user_shell = '/sbin/nologin', $hy_log_target = '127.0.0.1', $hy_log_facility = 'local2', $hy_log_default = 'global', -$hy_use_httplog = true, +$hy_use_httplog = false, $hy_use_dontlognull = true, ) {