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:
e256acb
)
Revert "Revert "stop backing up clamav files""
author
Stephen Gran
<steve@lobefin.net>
Sun, 29 Dec 2013 18:46:06 +0000
(18:46 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 29 Dec 2013 18:46:06 +0000
(18:46 +0000)
This reverts commit
e256acb16ebf1953ebe88eafab92e359adf4558b
.
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' ]