WARNING
This repository will be moved in the future. It possibly will not be transferred via github transfer mechanisms, so the git URL may break.
Don't use this yet unless you're prepared to deal with some breakage.
CookbookOmnifetch
CookbookOmnifetch provides library code for fetching Chef cookbooks
from an artifact server (usually http://supermarket.getchef.com),
git/github, a local path, or a chef-server to a local cache for
developement.
Installation
Add this line to your application's Gemfile:
gem 'cookbook-omnifetch'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cookbook-omnifetch
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Thanks
This code was initially extracted from Berkshelf. Thanks to the Berkshelf core teams and contributors.