From 09baf3c398b5c78c05c6286f31be71a3932d7897 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 11 Apr 2005 18:23:27 +0000 Subject: fix inventory call (Logical change 1.222) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@930 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Debian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Client/Debian.py b/src/lib/Client/Debian.py index e7d6f334e..837da85a8 100644 --- a/src/lib/Client/Debian.py +++ b/src/lib/Client/Debian.py @@ -100,7 +100,7 @@ class Debian(Toolset): def Inventory(self): '''Do standard inventory plus debian extra service check''' - self.Inventory_Entries() + Toolset.Inventory(self) allsrv = [] [allsrv.append(fname[14:]) for fname in glob("/etc/rc[12345].d/S*") if fname[14:] not in allsrv] csrv = self.cfg.findall(".//Service") -- cgit v1.2.3-1-g7c22