summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2013-04-22 12:48:03 -0700
committerjamesc <james@opscode.com>2013-04-24 08:56:01 -0700
commit7fa0e1151528c98c4fa95eb766e31a1b21987c4f (patch)
treea78d2e4d781981615889c78e9dc66016d3e72a95 /lib/chef/event_dispatch
parent4aea53a2e8d46dc2ced0eee5ed9b3bbc63e9170c (diff)
downloadchef-7fa0e1151528c98c4fa95eb766e31a1b21987c4f.tar.gz
Adding the run_started callback
Diffstat (limited to 'lib/chef/event_dispatch')
-rw-r--r--lib/chef/event_dispatch/base.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb
index 232bf7f1b4..494d3cee79 100644
--- a/lib/chef/event_dispatch/base.rb
+++ b/lib/chef/event_dispatch/base.rb
@@ -32,6 +32,9 @@ class Chef
def run_start(version)
end
+ def run_started(run_status)
+ end
+
# Called at the end a successful Chef run.
def run_completed(node)
end