From e256acb16ebf1953ebe88eafab92e359adf4558b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 29 Dec 2013 14:00:02 +0100 Subject: [PATCH] Revert "stop backing up clamav files" This reverts commit 909ff35fedce7625aefef8dace9171bf5ed86060. This breaks puppet --- modules/clamav/manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/clamav/manifests/init.pp b/modules/clamav/manifests/init.pp index 61234aba..3484dcae 100644 --- 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' ] -- 2.39.2