From 58b5e071c9b7c3fb27b0c918beca8f8d4fd557ee Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 17 Mar 2008 18:28:10 +0000 Subject: Remove validation states from Tool instances (in preparation for DecisionList stuff) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4423 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/PostInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Client/Tools/PostInstall.py') diff --git a/src/lib/Client/Tools/PostInstall.py b/src/lib/Client/Tools/PostInstall.py index 34627cacf..0a529f4fd 100644 --- a/src/lib/Client/Tools/PostInstall.py +++ b/src/lib/Client/Tools/PostInstall.py @@ -13,7 +13,7 @@ class PostInstall(Bcfg2.Client.Tools.Tool): '''PostInstalls always verify true''' return True - def BundleUpdated(self, bundle): + def BundleUpdated(self, bundle, states): '''Run postinstalls when bundles have been updated''' for entry in bundle: if entry.tag == 'PostInstall': -- cgit v1.2.3-1-g7c22