Parent

Methods

Class/Module Index [+]

Quicksearch

Chef::Handler::ErrorReport

Public Instance Methods

report() click to toggle source
# File lib/chef/handler/error_report.rb, line 26
def report
  Chef::FileCache.store("failed-run-data.json", Chef::JSONCompat.to_json_pretty(data), 0640)
  Chef::Log.fatal("Saving node information to #{Chef::FileCache.load("failed-run-data.json", false)}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.