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::Messages.node_update_message
Message payload that is sent to the DataCollector server at the end of a Chef run.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/data_collector/messages.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--DataCollector--Messages-node_update_message-for-pr
# Commit to gitgit add lib/chef/data_collector/messages.rbgit commit -m "better docs for Chef::DataCollector::Messages.node_update_message"
# 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--Messages-node_update_message-for-pr
hub pull-request
# Celebrate!