Chef Helpers

This gem includes miscellaneous add-on helper methods for Opscode Chef.

Installation

To use helper methods in your Chef recipes, add chef_gem 'chef-helpers' and require 'chef-helpers' in your recipes.

To use methods locally in knife exec scripts or Knife plugins, add this line to your application's Gemfile:

gem 'chef-helpers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chef-helpers

Usage

Detailed documentation of the helper methods can be seen at http://rdoc.info/github/3ofcoins/chef-helpers/

Contributing

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