From 7e814456a88ae0a505f67617db9f81b2449f48bc Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 22 Feb 2025 13:52:19 +0100 Subject: [PATCH] add option for backend user list --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 9157325..aa3f61a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -107,7 +107,7 @@ $hy_log_default = 'global', $hy_use_tcplog = true, $hy_use_httplog = false, $hy_use_dontlognull = true, -$hy_manage_be_users = false +$hy_manage_be_users = false, $hy_be_userlist = undef, ) {