From 5e3dcbbd1b060fc467070b4ea5e0e51246c42046 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Tue, 22 Sep 2026 15:02:45 +0200 Subject: [PATCH] OP#785 temp disable service file control --- manifests/main/files.pp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 0890bba..c69ef9b 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -51,18 +51,18 @@ class confdroid_clamav::main::files ( } # clamd service config file - file { $cv_clamd_svc : - ensure => file, - owner => 'root', - group => 'root', - mode => '0600', - selrange => s0, - selrole => object_r, - seltype => etc_t, - seluser => system_u, - content => template($cv_clamd_svc_erb), - notify => Service[$cv_service], - } +# file { $cv_clamd_svc : +# ensure => file, +# owner => 'root', +# group => 'root', +# mode => '0600', +# selrange => s0, +# selrole => object_r, +# seltype => etc_t, +# seluser => system_u, +# content => template($cv_clamd_svc_erb), +# notify => Service[$cv_service], +# } # shell script for scanning and alerting file { $cv_shell_script :