Sha256: 1360d1e28377538903775f08e240fc216b7e7f9c94533570859a3ecf9c1f6d99
Contents?: true
Size: 813 Bytes
Versions: 6
Compression:
Stored size: 813 Bytes
Contents
# 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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
chef-helpers-0.0.6 | README.md |
chef-helpers-0.0.5 | README.md |
chef-helpers-0.0.4 | README.md |
chef-helpers-0.0.3 | README.md |
chef-helpers-0.0.2 | README.md |
chef-helpers-0.0.1 | README.md |