Method: Chef::ResourceReporter#run_completed
- Defined in:
- lib/chef/resource_reporter.rb
#run_completed(node) ⇒ Object
121 122 123 124 |
# File 'lib/chef/resource_reporter.rb', line 121 def run_completed(node) @status = "success" post_reporting_data end |