From 80087699c8449dd862f73ae4edeb949efd36cc61 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 4 Dec 2012 13:56:26 -0600 Subject: doc: wrote devel docs for client tool base objects --- src/lib/Bcfg2/Client/Tools/Blast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Client/Tools/Blast.py') diff --git a/src/lib/Bcfg2/Client/Tools/Blast.py b/src/lib/Bcfg2/Client/Tools/Blast.py index 5d5e74ab2..2627c42fe 100644 --- a/src/lib/Bcfg2/Client/Tools/Blast.py +++ b/src/lib/Bcfg2/Client/Tools/Blast.py @@ -11,7 +11,7 @@ class Blast(Bcfg2.Client.Tools.SYSV.SYSV): name = 'Blast' __execs__ = ['/opt/csw/bin/pkg-get', "/usr/bin/pkginfo"] __handles__ = [('Package', 'blast')] - __ireq__ = {'Package': ['name', 'version', 'bname']} + __req__ = {'Package': ['name', 'version', 'bname']} def __init__(self, logger, setup, config): # dont use the sysv constructor @@ -27,6 +27,6 @@ class Blast(Bcfg2.Client.Tools.SYSV.SYSV): # Install comes from Bcfg2.Client.Tools.PkgTool # Extra comes from Bcfg2.Client.Tools.Tool # Remove comes from Bcfg2.Client.Tools.SYSV - def FindExtraPackages(self): + def FindExtra(self): """Pass through to null FindExtra call.""" return [] -- cgit v1.2.3-1-g7c22