From 80087699c8449dd862f73ae4edeb949efd36cc61 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 4 Dec 2012 13:56:26 -0600 Subject: doc: wrote devel docs for client tool base objects --- src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/lib/Bcfg2/Server') diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py b/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py index f8712213e..ff4a1ab14 100644 --- a/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py +++ b/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py @@ -61,11 +61,12 @@ class CfgBaseFileMatcher(Bcfg2.Server.Plugin.SpecificData): #: Cfg handlers are checked in ascending order of priority to see #: if they handle a given event. If this explicit priority is not #: set, then - #: :class:`Bcfg2.Server.Plugins.Cfg.CfgPlaintextGenerator` would - #: match against nearly every other sort of generator file if it - #: comes first. It's not necessary to set ``__priority`` on - #: handlers where :attr:`__specific__` is False, since they don't - #: have a potentially open-ended regex + #: :class:`Bcfg2.Server.Plugins.Cfg.CfgPlaintextGenerator.CfgPlaintextGenerator` + #: would match against nearly every other sort of generator file + #: if it comes first. It's not necessary to set ``__priority`` on + #: handlers where + #: :attr:`Bcfg2.Server.Plugins.Cfg.CfgBaseFileMatcher.__specific__` + #: is False, since they don't have a potentially open-ended regex __priority__ = 0 #: Flag to indicate a deprecated handler. -- cgit v1.2.3-1-g7c22