summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint
diff options
context:
space:
mode:
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-17 17:36:28 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-23 19:58:36 +0100
commitba1a18e060a8614b3dcb41b94a7ad37e89f1dfdf (patch)
treee37d730764210102637c006f2cab4dfed9592b91 /src/lib/Bcfg2/Server/Lint
parent3ea270b7583bb13b1234680c4bde4ae03701a109 (diff)
parentef568d29698c00bf2c02c99a34b98e6b8ca96653 (diff)
downloadbcfg2-ba1a18e060a8614b3dcb41b94a7ad37e89f1dfdf.tar.gz
bcfg2-ba1a18e060a8614b3dcb41b94a7ad37e89f1dfdf.tar.bz2
bcfg2-ba1a18e060a8614b3dcb41b94a7ad37e89f1dfdf.zip
Merge branch 'packages'
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint')
-rw-r--r--src/lib/Bcfg2/Server/Lint/Validate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/Validate.py b/src/lib/Bcfg2/Server/Lint/Validate.py
index d6f18afbb..146f18b0c 100644
--- a/src/lib/Bcfg2/Server/Lint/Validate.py
+++ b/src/lib/Bcfg2/Server/Lint/Validate.py
@@ -61,7 +61,8 @@ class Validate(Bcfg2.Server.Lint.ServerlessPlugin):
"AWSTags/config.xml": "awstags.xsd",
"NagiosGen/config.xml": "nagiosgen.xsd",
"FileProbes/config.xml": "fileprobes.xsd",
- "GroupLogic/groups.xml": "grouplogic.xsd"
+ "GroupLogic/groups.xml": "grouplogic.xsd",
+ "PkgVars/*.xml": "pkgvars.xsd"
}
self.filelists = {}