Revert "Revert "stop backing up clamav files""
[mirror/dsa-puppet.git] / modules / clamav / manifests / init.pp
index 3484dca..61234ab 100644 (file)
@@ -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' ]