From 73b48c11de0692edb27b44d9fb02c9b5d5989184 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 29 Aug 2012 17:17:05 -0500 Subject: Properties: Ignore schema files This prevents us from spamming the logs when the user has corresponding schema files. Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/Properties.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Bcfg2/Server/Plugins/Properties.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Properties.py b/src/lib/Bcfg2/Server/Plugins/Properties.py index 78019933a..88f075311 100644 --- a/src/lib/Bcfg2/Server/Plugins/Properties.py +++ b/src/lib/Bcfg2/Server/Plugins/Properties.py @@ -110,6 +110,7 @@ class PropertyFile(Bcfg2.Server.Plugin.StructFile): class PropDirectoryBacked(Bcfg2.Server.Plugin.DirectoryBacked): __child__ = PropertyFile patterns = re.compile(r'.*\.xml$') + ignore = re.compile(r'.*\.xsd$') class Properties(Bcfg2.Server.Plugin.Plugin, -- cgit v1.2.3-1-g7c22