chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::ChefFS::FileSystem::Repository::ChefRepositoryFileSystemRootDir#make_child_entry
Create a child entry of the appropriate type: cookbooks, data_bags, acls, etc. All will be multiplexed (i.e. if you have multiple paths for cookbooks, the multiplexed dir will grab cookbooks from all of them when you list or grab them).
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--ChefFS--FileSystem--Repository--ChefRepositoryFileSystemRootDir-make_child_entry-for-pr
# Commit to gitgit add lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rbgit commit -m "better docs for Chef::ChefFS::FileSystem::Repository::ChefRepositoryFileSystemRootDir#make_child_entry"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--ChefFS--FileSystem--Repository--ChefRepositoryFileSystemRootDir-make_child_entry-for-pr
hub pull-request
# Celebrate!