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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Thanks

This code was initially extracted from Berkshelf. Thanks to the Berkshelf core teams and contributors.