Skip to content

Commit

Permalink
Require Chef 12.9.1, recent chef_handler
Browse files Browse the repository at this point in the history
This is to prepare for Chef 13 migration.

References #351.
  • Loading branch information
michaelklishin committed Aug 3, 2017
1 parent 2c1240c commit 8500489
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'https://api.berkshelf.com'

metadata

# otherwise kitchen does not resolve these :/
cookbook "java", ">= 1.50"
cookbook "apt"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group :test do
end

group :development do
gem 'chef'
gem 'chef', '~> 12.21.1'
gem 'knife-spec'
gem 'knife-spork', '~> 1.0.17'
gem 'stove'
Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
depends 'yum'
depends 'ark'
depends 'systemd'
depends 'chef_handler', '~> 3.0.2'

chef_version '>= 12'
chef_version '>= 12.9.1'

%w[ubuntu centos redhat fedora amazon].each do |os|
supports os
Expand Down

0 comments on commit 8500489

Please sign in to comment.