get rid of mbl signatures
authorStephen Gran <steve@lobefin.net>
Fri, 4 Mar 2011 14:13:00 +0000 (14:13 +0000)
committerStephen Gran <steve@lobefin.net>
Fri, 4 Mar 2011 14:13:00 +0000 (14:13 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/clamav/files/clamav-unofficial-sigs.dsa.conf
modules/clamav/manifests/init.pp

index c2bd0d1..885258b 100644 (file)
@@ -13,6 +13,9 @@ class clamav {
             require => Package["clamav-unofficial-sigs"],
             source  => [ "puppet:///modules/clamav/clamav-unofficial-sigs.conf" ]
             ;
+        "/var/lib/clamav/mbl.ndb":
+            ensure  => absent,
+            ;
     }
 }