From 7242b2733a252c730e85532617d53b6e90d75656 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 1 Mar 2026 16:18:01 +0100 Subject: [PATCH] OP#436 fix variables --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index c8f273b..d5da578 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -102,8 +102,8 @@ class confdroid_nagios::params ( Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'], String $ng_pkg_ensure = 'present', Boolean $ng_include_nrpe = true, - String $ng_main_user = $ng_users, - String $ng_main_password = $ng_users, + String $ng_main_user = 'nagios', + String $ng_main_password = 'nagios', # contact groups String $ng_contactgroup_name = 'admins',