summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Svcmgr.py
blob: ab951be35d5e9102146bdc0bf4337263a088cd18 (plain)
1
2
3
4
5
6
7
8
9
10
11
'''This generator provides service mappings'''
__revision__ = '$Revision$'

import Bcfg2.Server.Plugin

class Svcmgr(Bcfg2.Server.Plugin.PrioDir):
    '''This is a generator that handles service assignments'''
    name = 'Svcmgr'
    __version__ = '$Id$'
    __author__ = 'bcfg-dev@mcs.anl.gov'
    deprecated = True