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#run_started
see EventDispatch::Base#run_started Upon receipt, we will send our run start message to the configured DataCollector endpoint. Depending on whether the user has configured raise_on_failure, if we cannot send the message, we will either disable the DataCollector Reporter for the duration of this run, or we'll raise an exception.
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-run_started-for-pr
# Commit to gitgit add lib/chef/data_collector.rbgit commit -m "better docs for Chef::DataCollector::Reporter#run_started"
# 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-run_started-for-pr
hub pull-request
# Celebrate!