From f4b7634a8c7e31a377a3d84ba7e1faf20f9d5524 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 29 Jul 2008 23:46:12 +0000 Subject: Fix bcfg2-info for core api change (Resolves Ticket #583) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4840 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/sbin/bcfg2-info') diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index aca9895db..a7163a5fb 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -24,10 +24,11 @@ def printTabular(rows): class infoCore(cmd.Cmd, Bcfg2.Server.Core.Core): - def __init__(self, repo, struct, gens, passwd, svn, encoding, event_debug): + def __init__(self, repo, plgs, struct, gens, passwd, svn, + encoding, event_debug): cmd.Cmd.__init__(self) try: - Bcfg2.Server.Core.Core.__init__(self, repo, struct, gens, + Bcfg2.Server.Core.Core.__init__(self, repo, plgs, struct, gens, passwd, svn, encoding) if event_debug: self.fam.debug = True -- cgit v1.2.3-1-g7c22