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