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:
da00342
)
stop backing up clamav files
author
Stephen Gran
<steve@lobefin.net>
Sun, 29 Dec 2013 09:21:37 +0000
(09:21 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 29 Dec 2013 09:21:37 +0000
(09:21 +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
3484dca
..
61234ab
100644
(file)
--- a/
modules/clamav/manifests/init.pp
+++ b/
modules/clamav/manifests/init.pp
@@
-38,6
+38,10
@@
class clamav {
ensure => absent,
notify => Service['clamav-daemon']
}
+ file { '/var/lib/clamav/.nobackup':
+ content => '',
+ require => Package['clamav-base']
+ }
file { '/etc/clamav-unofficial-sigs.dsa.conf':
require => Package['clamav-unofficial-sigs'],
source => [ 'puppet:///modules/clamav/clamav-unofficial-sigs.dsa.conf' ]