summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Lint/InfoXML.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Lint/InfoXML.py')
-rw-r--r--src/lib/Server/Lint/InfoXML.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Lint/InfoXML.py b/src/lib/Server/Lint/InfoXML.py
index 42679109a..798d8c208 100644
--- a/src/lib/Server/Lint/InfoXML.py
+++ b/src/lib/Server/Lint/InfoXML.py
@@ -14,7 +14,7 @@ class InfoXML(Bcfg2.Server.Lint.ServerPlugin):
entryset.infoxml is not None):
xdata = entryset.infoxml.pnode.data
for info in xdata.getroottree().findall("//Info"):
- required = ["owner", "group", "perms"]
+ required = []
if "required_attrs" in self.config:
required = self.config["required_attrs"].split(",")