]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/clamav/manifests/init.pp
make cron be quiet
[dsa-puppet.git] / modules / clamav / manifests / init.pp
index c54deb19ae5d3137ef4e9351bf7ae80676f9ce70..591d398b9e16018ec5aa9c109b642e7f29877ab7 100644 (file)
@@ -1,3 +1,11 @@
+# = Class: clamav
+#
+# Manage a clamav installation
+#
+# == Sample Usage:
+#
+#   include clamav
+#
 class clamav {
        package { [
                        'clamav-daemon',
@@ -39,6 +47,8 @@ class clamav {
                notify => Service['clamav-daemon']
        }
        file { '/var/lib/clamav/.nobackup':
+               owner   => clamav,
+               mode    => '0644',
                content => '',
                require => Package['clamav-daemon']
        }