summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-18 14:52:02 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-18 14:52:02 -0800
commit095d2e4128121d8303887663d882ee54a5c12c7a (patch)
tree19f7d38049dc543e961a2fbd4c36f295c5b48341 /lib/chef/event_dispatch
parent02cfe1d405001f6545f8559213da967aff1751c4 (diff)
downloadchef-095d2e4128121d8303887663d882ee54a5c12c7a.tar.gz
Addressing review comments, adding documentation
Diffstat (limited to 'lib/chef/event_dispatch')
-rw-r--r--lib/chef/event_dispatch/base.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb
index 695e31cf2e..25dd9fd1b2 100644
--- a/lib/chef/event_dispatch/base.rb
+++ b/lib/chef/event_dispatch/base.rb
@@ -229,6 +229,11 @@ class Chef
def converge_failed(exception)
end
+ ##################################
+ # Audit Mode Events
+ # This phase is currently experimental and these event APIs are subject to change
+ ##################################
+
# Called before audit phase starts
def audit_phase_start(run_status)
end