diff --git a/doc/puppet_classes/confdroid_clamav_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/confdroid_clamav_3A_3Amain_3A_3Afiles.html index 4be93f9..b790b2f 100644 --- a/doc/puppet_classes/confdroid_clamav_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/confdroid_clamav_3A_3Amain_3A_3Afiles.html @@ -227,18 +227,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 :