From d7e6e64d0de5e9439997e9d06372002ca25a004f Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 31 Jan 2007 21:51:28 +0000 Subject: Fix another aspect of postinstalls git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2742 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/Action.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/Client/Tools/Action.py b/src/lib/Client/Tools/Action.py index 966d9ba88..a1121eb15 100644 --- a/src/lib/Client/Tools/Action.py +++ b/src/lib/Client/Tools/Action.py @@ -41,6 +41,9 @@ class Action(Bcfg2.Client.Tools.Tool): return self.states[entry] return True + def InstallPostInstall(self, entry): + return self.InstallAction(self, entry) + def BundleUpdated(self, bundle): '''Run postinstalls when bundles have been updated''' for postinst in bundle.findall("PostInstall"): -- cgit v1.2.3-1-g7c22