From 83b60a48456c8d3efe90b5593d80323e435f2426 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 28 Jul 2008 18:48:11 +0000 Subject: Implement support for non-configuration plugins - add new configuration option - switch all callers over to new Core api - fork RecvStats when DBStats is in use git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4831 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Admin/Pull.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Server/Admin/Pull.py') diff --git a/src/lib/Server/Admin/Pull.py b/src/lib/Server/Admin/Pull.py index 71bfdefc2..d0efe489e 100644 --- a/src/lib/Server/Admin/Pull.py +++ b/src/lib/Server/Admin/Pull.py @@ -97,8 +97,8 @@ class Pull(Bcfg2.Server.Admin.Mode): new_entry = self.BuildNewEntry(client, etype, ename) try: - bcore = Bcfg2.Server.Core.Core(self.repo, [], ['Cfg', 'SSHbase', 'Metadata'], - 'foo', False) + bcore = Bcfg2.Server.Core.Core(self.repo, [], [], + ['Cfg', 'SSHbase'], 'foo', False) except Bcfg2.Server.Core.CoreInitError, msg: self.errExit("Core load failed because %s" % msg) [bcore.fam.Service() for _ in range(5)] -- cgit v1.2.3-1-g7c22