[augeas-devel] [PATCH 1/1] yum: include /etc/yum/pluginconf.d/*

Marc Fournier marc.fournier at camptocamp.com
Mon Jun 22 09:17:13 UTC 2009


from "man yum.conf":

FILES
       /etc/yum.conf
       /etc/yum.repos.d/
       /etc/yum/pluginconf.d/

Signed-off-by: Marc Fournier <marc.fournier at camptocamp.com>
---
 lenses/yum.aug |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lenses/yum.aug b/lenses/yum.aug
index d90e177..7d32bc0 100644
--- a/lenses/yum.aug
+++ b/lenses/yum.aug
@@ -42,7 +42,9 @@ module Yum =
 
   let lns = (comment) * . (section) *
 
-  let filter = (incl "/etc/yum.conf") . (incl "/etc/yum.repos.d/*")
+  let filter = (incl "/etc/yum.conf")
+      . (incl "/etc/yum.repos.d/*")
+      . (incl "/etc/yum/pluginconf.d/*")
       . Util.stdexcl
 
   let xfm = transform lns filter
-- 
1.6.3.1




More information about the augeas-devel mailing list