From f66dbafa0f68c4ea36203023a88f66de65612257 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 2 Mar 2026 01:58:15 +0100 Subject: [PATCH] OP#436 edit localhost --- manifests/server/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/server/service.pp b/manifests/server/service.pp index d741842..ef9ef9a 100644 --- a/manifests/server/service.pp +++ b/manifests/server/service.pp @@ -63,7 +63,7 @@ class confdroid_nagios::server::service ( host_name => 'localhost', contacts => $ng_contact_name, notification_period => '24x7', - service_description => "${hostname}_root_partition", + service_description => 'localhost_root_partition', servicegroups => 'linux-services', target => $ng_target_service, owner => $ng_user,