blob: 23f06b627e2e7e00d4af89c94bd2ad79d18e2763 (
plain)
1
2
3
4
5
6
7
8
9
10
|
'''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'
|