From 3cf1f738c0a474e21ce56604ad874241584d59e9 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 17 Oct 2012 15:17:03 -0400 Subject: assigned Cfg handlers explicit priorities to avoid over-zealous regex matches --- src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py index 5cec33489..ce77717da 100644 --- a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py +++ b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py @@ -53,6 +53,10 @@ class CfgGenshiGenerator(CfgGenerator): #: Genshi ``{% include ... %}`` directive without raising warnings. __ignore__ = ["genshi_include"] + #: Low priority to avoid matching host- or group-specific + #: .crypt.genshi files + __priority__ = 50 + #: Error-handling in Genshi is pretty obtuse. This regex is used #: to extract the first line of the code block that raised an #: exception in a Genshi template so we can provide a decent error -- cgit v1.2.3-1-g7c22