From dab1d03d81c538966d03fb9318a4588a9e803b44 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 24 Mar 2012 11:20:07 -0500 Subject: Allow to run directly from a git checkout (#1037) Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/Svcmgr.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib/Bcfg2/Server/Plugins/Svcmgr.py (limited to 'src/lib/Bcfg2/Server/Plugins/Svcmgr.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Svcmgr.py b/src/lib/Bcfg2/Server/Plugins/Svcmgr.py new file mode 100644 index 000000000..f4232ad5c --- /dev/null +++ b/src/lib/Bcfg2/Server/Plugins/Svcmgr.py @@ -0,0 +1,10 @@ +"""This generator provides service mappings.""" + +import Bcfg2.Server.Plugin + + +class Svcmgr(Bcfg2.Server.Plugin.PrioDir): + """This is a generator that handles service assignments.""" + name = 'Svcmgr' + __author__ = 'bcfg-dev@mcs.anl.gov' + deprecated = True -- cgit v1.2.3-1-g7c22