chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Recipe#untag
Removes the list of tags from the node. === Parameters tags<Array>:: A list of tags === Returns tags<Array>:: The current list of run_context.node.tags
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/recipe.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Recipe-untag-for-pr
# Commit to gitgit add lib/chef/recipe.rbgit commit -m "better docs for Chef::Recipe#untag"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Recipe-untag-for-pr
hub pull-request
# Celebrate!