Newer versions of the fwsnort package have a false positive with clamav virus scanning. I'd like to make the exception for that package more general so we don't have to keep updating versions. I don't see any impact from this really... +1s? kevin -- diff --git a/manifests/services/distgit.pp b/manifests/services/distgit.pp index c9ec76a..8f3137b 100644 --- a/manifests/services/distgit.pp +++ b/manifests/services/distgit.pp @@ -44,7 +44,7 @@ class distgit { clamav::clamscan { 'admin@xxxxxxxxxxxxxxxxx': paths => '/srv/cache/lookaside/pkgs', - excludes => ['clamav-', 'amavisd-new-2.3.3.tar.gz', 'bro-20080804.tgz', 'mailman-', 'sagator-', 'nicotine', 'fwsnort-1.0.6.tar.gz', 'psad-2.1.7.tar.bz2', 'pymilter-', 'linkchecker-' ] + excludes => ['clamav-', 'amavisd-new-2.3.3.tar.gz', 'bro-20080804.tgz', 'mailman-', 'sagator-', 'nicotine', 'fwsnort-*', 'psad-2.1.7.tar.bz2', 'pymilter-', 'linkchecker-' ] } git::git-server { '/srv/git/rpms': } diff --git a/modules/ansible/manifests/ini
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure