chef

https://github.com/opscode/chef

Ruby

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

ChefConfig::PackageTask#module_path=

This is the module name as it appears on the path "lib/module/".
e.g. for module_name  "ChefDK", you'd want module_path to be "chef-dk".
The default is module_name but lower-cased.

Source | Google | Stack overflow

Edit

git clone [email protected]:opscode/chef.git

cd chef

open chef-config/lib/chef-config/package_task.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ChefConfig--PackageTask-module_path--for-pr


# Commit to git

git add chef-config/lib/chef-config/package_task.rbgit commit -m "better docs for ChefConfig::PackageTask#module_path="


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ChefConfig--PackageTask-module_path--for-pr

hub pull-request


# Celebrate!