File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 44
55group :integration do
66 cookbook "apt"
7- cookbook "yum" , ">= 2.2.4 "
7+ cookbook "yum" , "< 3.0 "
88 cookbook "minitest-handler"
99end
Original file line number Diff line number Diff line change 1- source "https://rubygems.org"
1+ source "https://rubygems.org"
22
3- gem "rake"
4- gem "foodcritic"
3+ gem "berkshelf" , "~> 2.0"
4+ gem "foodcritic" , "~> 3.0"
5+
6+ group :integration do
7+ gem "test-kitchen" , "~> 1.0"
8+ gem "kitchen-vagrant" , "~> 0.11"
9+ end
Original file line number Diff line number Diff line change 2727recipe "riak" , "Installs Riak from a package"
2828recipe "riak::source" , "Installs Erlang and Riak from source"
2929
30- %w{ apt yum build-essential erlang git sysctl ulimit } . each do |d |
30+ %w{ apt build-essential erlang git sysctl ulimit } . each do |d |
3131 depends d
3232end
3333
34+ depends "yum" , "< 3.0"
35+
3436%w{ ubuntu debian centos redhat fedora } . each do |os |
3537 supports os
3638end
You can’t perform that action at this time.
0 commit comments