make cron be quiet
authorStephen Gran <steve@lobefin.net>
Tue, 31 Dec 2013 16:32:50 +0000 (16:32 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 31 Dec 2013 16:33:37 +0000 (16:33 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
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']
        }