diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-18 14:52:02 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-18 14:52:02 -0800 |
commit | 095d2e4128121d8303887663d882ee54a5c12c7a (patch) | |
tree | 19f7d38049dc543e961a2fbd4c36f295c5b48341 /lib/chef/event_dispatch | |
parent | 02cfe1d405001f6545f8559213da967aff1751c4 (diff) | |
download | chef-095d2e4128121d8303887663d882ee54a5c12c7a.tar.gz |
Addressing review comments, adding documentation
Diffstat (limited to 'lib/chef/event_dispatch')
-rw-r--r-- | lib/chef/event_dispatch/base.rb | 5 |
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 |