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::Helpers#organization
The organization name the node is associated with. For Chef Solo runs, a user-configured organization string is returned, or the string "chef_solo" if such a string is not configured.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/data_collector/messages/helpers.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--DataCollector--Messages--Helpers-organization-for-pr
# Commit to gitgit add lib/chef/data_collector/messages/helpers.rbgit commit -m "better docs for Chef::DataCollector::Messages::Helpers#organization"
# 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--Helpers-organization-for-pr
hub pull-request
# Celebrate!