Rake::Chef::Syntax
Rake task for chef cookbooks: run cookbook syntax checker (knife cookbook test)
Installation
Add this line to your application's Gemfile:
gem 'rake-chef-syntax'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rake-chef-syntax
Usage
load rake-chef-syntax in your Rakefile:
require 'rake-chef-syntax'
And then, run rake-task chef:syntax_check
$ rake chef:syntax_check
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 new Pull Request