update pour bcfg2-1.0
darcs-hash:20090603132108-af139-2d6b89763e27934855dde1709c25714119c3e61a.gz
This commit is contained in:
parent
292c933dff
commit
ecb713cc85
2 changed files with 6 additions and 6 deletions
|
@ -11,12 +11,12 @@ __all__ = ["DebAutoPkg"]
|
|||
|
||||
import Bcfg2.Server.Plugin
|
||||
|
||||
class DebAutoPkg(Bcfg2.Server.Plugin.GeneratorPlugin):
|
||||
__name__ = 'Python'
|
||||
class DebAutoPkg(Bcfg2.Server.Plugin.Plugin,Bcfg2.Server.Plugin.Generator):
|
||||
name = 'DebAutoPkg'
|
||||
__version__ = '1.0'
|
||||
__author__ = 'dimino@crans.org'
|
||||
|
||||
def HandlesEntry(self, entry):
|
||||
def HandlesEntry(self, entry, metadata):
|
||||
# Ce plugin fournit une règle pour toute entrée de type
|
||||
# "Package"
|
||||
return entry.tag == 'Package'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue