class Chef::Handler::Recap
Public Instance Methods
report()
click to toggle source
# 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