From e833a7a76b231cd346f09c9a422ecb855d1cc6b4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 Dec 2010 23:27:15 +0100 Subject: Merge with upstream --- build/lib/Bcfg2/Server/Plugins/Rules.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/lib/Bcfg2/Server/Plugins/Rules.py (limited to 'build/lib/Bcfg2/Server/Plugins/Rules.py') diff --git a/build/lib/Bcfg2/Server/Plugins/Rules.py b/build/lib/Bcfg2/Server/Plugins/Rules.py new file mode 100644 index 000000000..eb0547cdb --- /dev/null +++ b/build/lib/Bcfg2/Server/Plugins/Rules.py @@ -0,0 +1,11 @@ +"""This generator provides rule-based entry mappings.""" +__revision__ = '$Revision$' + +import Bcfg2.Server.Plugin + + +class Rules(Bcfg2.Server.Plugin.PrioDir): + """This is a generator that handles service assignments.""" + name = 'Rules' + __version__ = '$Id$' + __author__ = 'bcfg-dev@mcs.anl.gov' -- cgit v1.2.3-1-g7c22