From 0c57bbe009d7eced603e026e6adf2117311e24b7 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 8 Mar 2026 14:36:46 +0100 Subject: [PATCH] OP#436 done cgi.cfg - CMT section to be outsourced into define --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 69594d9..aca21ce 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -600,7 +600,7 @@ class confdroid_nagios::params ( String $ng_statusmap_layout = '6', String $ng_wrl_layout = '4', Boolean $ng_incl_own_wrl = false, - Optional[String] $ng_statuswrl_incl = undef, + String $ng_statuswrl_incl = '', String $ng_ping_syntax = '/bin/ping -n -U -c 5 $HOSTADDRESS$', String $ng_refresh_rate = '90', String $ng_enable_page_tour = '1',