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:
62206f2
)
Revert "stop backing up clamav files"
author
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Dec 2013 13:00:02 +0000
(14:00 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Dec 2013 13:00:02 +0000
(14:00 +0100)
This reverts commit
909ff35fedce7625aefef8dace9171bf5ed86060
.
This breaks puppet
modules/clamav/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/clamav/manifests/init.pp
b/modules/clamav/manifests/init.pp
index
61234ab
..
3484dca
100644
(file)
--- a/
modules/clamav/manifests/init.pp
+++ b/
modules/clamav/manifests/init.pp
@@
-38,10
+38,6
@@
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' ]