Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Add 'chef_version' in cookbook metadata #64

Merged
merged 1 commit into from
Apr 12, 2017

Conversation

arm4b
Copy link
Member

@arm4b arm4b commented Apr 12, 2017

Partially adresses #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.

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

See: berkshelf/berkshelf#1499
@arm4b
Copy link
Member Author

arm4b commented Apr 12, 2017

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

@arm4b arm4b added the RFR label Apr 12, 2017
@@ -11,6 +11,8 @@
supports 'centos', '~> 7.0'
supports 'amazon'

chef_version '>= 12.4'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See berkshelf/berkshelf#1499 why >= 12.4

@arm4b arm4b merged commit 8ef4013 into master Apr 12, 2017
@arm4b arm4b deleted the fix/chef-version-in-metadata branch April 12, 2017 20:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants