StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Add 'chef_version' in cookbook metadata #64

Closed arm4b closed 7 years ago

arm4b commented 7 years ago

Partially adresses https://github.com/StackStorm/chef-stackstorm/issues/63

Fix failing Foodcritic error:

FC066: Ensure chef_version is set in metadata: /home/travis/build/StackStorm/chef-stackstorm/metadata.rb:1

https://travis-ci.org/StackStorm/chef-stackstorm/jobs/221052689

This is a new error in Travis, since CI switched Chef 12 -> 13.

arm4b commented 7 years ago

Test-Kitchen build for both Ubuntu1404 and CentOS72 is failing, but at least this PR fixes linting.