Class: SimpleReport::UpdatedResources

Inherits:
Chef::Handler
  • Object
show all
Defined in:
lib/chef/handler/updated_resources.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



21
22
23
24
# File 'lib/chef/handler/updated_resources.rb', line 21

def report
  Chef::Log.info "Resources updated this run:"
  run_status.updated_resources.each {|r| Chef::Log.info "  #{r.to_s}"}
end