Method: Chef::ResourceReporter#report_summary

Defined in:
lib/chef/resource_reporter.rb

#report_summary(run_data, compressed_data) ⇒ Object



238
239
240
241
242
243
# File 'lib/chef/resource_reporter.rb', line 238

def report_summary(run_data, compressed_data)
  run_data["updated_res_count"] = updated_resources.count.to_s
  run_data["post_size"] = compressed_data.bytesize.to_s
  run_data["resources"] = []
  run_data
end