Class: Chef::Handler::Recap
- Inherits:
-
Chef::Handler
- Object
- Chef::Handler
- Chef::Handler::Recap
- Defined in:
- lib/chef/handler/recap.rb
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
7 8 9 |
# File 'lib/chef/handler/recap.rb', line 7 def report ::Chef::Log.info "ok=#{run_status.all_resources.length} updated=#{run_status.updated_resources.length}" if run_status.success? end |