summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Validate.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
commitf5f3e385306c11f0609144ea087b65e4202b714f (patch)
tree85deb6fbd5ed6dbe255c7d5188eff1509ed6494f /src/lib/Bcfg2/Server/Lint/Validate.py
parent76350ecc5f05ee5236dd98e37291061813b8e709 (diff)
downloadbcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.gz
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.bz2
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.zip
removed deprecated Base plugin
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint/Validate.py')
-rw-r--r--src/lib/Bcfg2/Server/Lint/Validate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/Validate.py b/src/lib/Bcfg2/Server/Lint/Validate.py
index 37bc230d1..7a9d9f877 100644
--- a/src/lib/Bcfg2/Server/Lint/Validate.py
+++ b/src/lib/Bcfg2/Server/Lint/Validate.py
@@ -29,7 +29,6 @@ class Validate(Bcfg2.Server.Lint.ServerlessPlugin):
"Bundler/*.xml": "bundle.xsd",
"Bundler/*.genshi": "bundle.xsd",
"Pkgmgr/*.xml": "pkglist.xsd",
- "Base/*.xml": "base.xsd",
"Rules/*.xml": "rules.xsd",
"Defaults/*.xml": "defaults.xsd",
"etc/report-configuration.xml": "report-configuration.xsd",