chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::DataCollector::Reporter#send_run_completion
Send any messages to the DataCollector endpoint that are necessary to indicate the run has completed. Currently, two messages are sent: - An "action" message with the node object indicating it's been updated - An "run_converge" (i.e. RunEnd) message with details about the run, what resources were modified/up-to-date/skipped, etc.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/data_collector.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--DataCollector--Reporter-send_run_completion-for-pr
# Commit to gitgit add lib/chef/data_collector.rbgit commit -m "better docs for Chef::DataCollector::Reporter#send_run_completion"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--DataCollector--Reporter-send_run_completion-for-pr
hub pull-request
# Celebrate!