chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Knife::NodePolicySet#incomplete_policyfile_options?
True if one of policy_name or policy_group was given, but not both
Edit
git clone [email protected]:opscode/chef.git
cd chef
open knife/lib/chef/knife/node_policy_set.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Knife--NodePolicySet-incomplete_policyfile_options--for-pr
# Commit to gitgit add knife/lib/chef/knife/node_policy_set.rbgit commit -m "better docs for Chef::Knife::NodePolicySet#incomplete_policyfile_options?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Knife--NodePolicySet-incomplete_policyfile_options--for-pr
hub pull-request
# Celebrate!