063c337
From ce483091e61cd61c1321685f078b713b3f9e340c Mon Sep 17 00:00:00 2001
063c337
From: Matej Habrnal <mhabrnal@redhat.com>
063c337
Date: Mon, 14 Mar 2016 16:58:33 +0100
063c337
Subject: [PATCH] augeas: exclude mantisbt format configurations
063c337
063c337
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
063c337
---
063c337
 augeas/libreport.aug | 1 +
063c337
 1 file changed, 1 insertion(+)
063c337
063c337
diff --git a/augeas/libreport.aug b/augeas/libreport.aug
063c337
index 0e1e5e5..242d2c7 100644
063c337
--- a/augeas/libreport.aug
063c337
+++ b/augeas/libreport.aug
063c337
@@ -25,6 +25,7 @@ module Libreport =
063c337
                . (incl (Sys.getenv("XDG_CACHE_HOME") . "/abrt/events/*"))
063c337
                . (incl (Sys.getenv("HOME") . "/.cache/abrt/events/*"))
063c337
                . (excl "/etc/libreport/plugins/bugzilla_format*")
063c337
+               . (excl "/etc/libreport/plugins/mantisbt_format*")
063c337
                . Util.stdexcl
063c337
 
063c337
     let xfm = transform lns filter
063c337
-- 
063c337
2.5.5
063c337