From e3a07371cb90506885ae63b58ba970d37ae9aa0c Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 28 Feb 2026 16:39:21 +0100 Subject: [PATCH] OP#436 add negios section resources --- manifests/nagios/resources/resource.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nagios/resources/resource.pp b/manifests/nagios/resources/resource.pp index 915c507..3f18c83 100644 --- a/manifests/nagios/resources/resource.pp +++ b/manifests/nagios/resources/resource.pp @@ -15,7 +15,7 @@ class confdroid_nagios::nagios::resources::resource ( concat { $ng_resource_file: ensure => present, owner => 'root', - group => $ng_user, + group => 'nagios', mode => '0640', selrange => s0, selrole => object_r,