chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::CookbookManifest#save_url
Return the URL to save (PUT) this object to the server via the REST api. If there is an existing document on the server and it is marked frozen, a PUT will result in a 409 Conflict.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/cookbook_manifest.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--CookbookManifest-save_url-for-pr
# Commit to gitgit add lib/chef/cookbook_manifest.rbgit commit -m "better docs for Chef::CookbookManifest#save_url"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--CookbookManifest-save_url-for-pr
hub pull-request
# Celebrate!