[augeas-devel] augeas: master - Yum: also read files in /etc/yum/pluginconf.d

David Lutterkort lutter at fedoraproject.org
Sat Jun 27 00:00:27 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=3b1dcefe032fe5a6039f890af257a5b242d00778
Commit:        3b1dcefe032fe5a6039f890af257a5b242d00778
Parent:        7f5e97ccd6f4b526d215fc7169098f70c15317f6
Author:        Marc Fournier <marc.fournier at camptocamp.com>
AuthorDate:    Fri Jun 26 16:58:35 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Fri Jun 26 16:58:35 2009 -0700

Yum: also read files in /etc/yum/pluginconf.d

---
 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




More information about the augeas-devel mailing list