From 77b945b0ff23d778439148fe01eedd3884364024 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 12 Jun 2012 09:29:54 -0400 Subject: added end_statistics hook to ClientRunHooks; added calls to Packages and PuppetENC to clean cache after statistics, too --- src/lib/Bcfg2/Server/Plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Bcfg2/Server/Plugin.py') diff --git a/src/lib/Bcfg2/Server/Plugin.py b/src/lib/Bcfg2/Server/Plugin.py index 06a491562..8a976a048 100644 --- a/src/lib/Bcfg2/Server/Plugin.py +++ b/src/lib/Bcfg2/Server/Plugin.py @@ -369,6 +369,8 @@ class ClientRunHooks(object): def end_client_run(self, metadata): pass + def end_statistics(self, metadata): + pass # the rest of the file contains classes for coherent file caching -- cgit v1.2.3-1-g7c22