summaryrefslogtreecommitdiff
path: root/files/yum.aug
diff options
context:
space:
mode:
Diffstat (limited to 'files/yum.aug')
-rw-r--r--files/yum.aug4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/yum.aug b/files/yum.aug
index d90e177..7d32bc0 100644
--- a/files/yum.aug
+++ b/files/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