From af40c63767af1168e8277fa9b68a35ca9c89bfee Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 2 Feb 2007 15:34:37 +0000 Subject: Client Tool driver updates (Yum and Blastwave) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2768 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/Blast.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/Client/Tools/Blast.py') diff --git a/src/lib/Client/Tools/Blast.py b/src/lib/Client/Tools/Blast.py index 459fb2ff8..f5a1f275a 100644 --- a/src/lib/Client/Tools/Blast.py +++ b/src/lib/Client/Tools/Blast.py @@ -7,10 +7,11 @@ import Bcfg2.Client.Tools.SYSV, tempfile class Blast(Bcfg2.Client.Tools.SYSV.SYSV): '''Support for Blastwave packages''' pkgtype = 'blast' - pkgtool = ("/opt/csw/bin/pkg-get install %s", ("%s", ["name"])) + pkgtool = ("/opt/csw/bin/pkg-get install %s", ("%s", ["bname"])) __name__ = 'Blast' __execs__ = ['/opt/csw/bin/pkg-get'] __handles__ = [('Package', 'blast')] + __ireq__ = {'Package': ['name', 'version', 'bname']} def __init__(self, logger, setup, config, states): # dont use the sysv constructor -- cgit v1.2.3-1-g7c22