From: Stephen Gran Date: Sun, 29 Dec 2013 09:21:37 +0000 (+0000) Subject: stop backing up clamav files X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=909ff35fedce7625aefef8dace9171bf5ed86060;p=mirror%2Fdsa-puppet.git stop backing up clamav files Signed-off-by: Stephen Gran --- diff --git a/modules/clamav/manifests/init.pp b/modules/clamav/manifests/init.pp index 3484dcae6..61234abaf 100644 --- 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' ]