projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5349bb8
)
make cron be quiet
author
Stephen Gran
<steve@lobefin.net>
Tue, 31 Dec 2013 16:32:50 +0000
(16:32 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/clamav/manifests/init.pp
b/modules/clamav/manifests/init.pp
index
c54deb1
..
591d398
100644
(file)
--- a/
modules/clamav/manifests/init.pp
+++ b/
modules/clamav/manifests/init.pp
@@
-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']
}