make cron be quiet
[mirror/dsa-puppet.git] / modules / clamav / manifests / init.pp
index c54deb1..591d398 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']
        }