chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
ChefConfig::Config.windows_installation_drive
the drive where Chef is installed on a windows host. This is determined either by the drive containing the current file or by the SYSTEMDRIVE ENV variable
Edit
git clone [email protected]:opscode/chef.git
cd chef
open chef-config/lib/chef-config/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ChefConfig--Config-windows_installation_drive-for-pr
# Commit to gitgit add chef-config/lib/chef-config/config.rbgit commit -m "better docs for ChefConfig::Config.windows_installation_drive"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ChefConfig--Config-windows_installation_drive-for-pr
hub pull-request
# Celebrate!