summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Svcmgr.py
blob: 6d25c1a6dc3bd25e7d4faec89ad12411a99404fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""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