
Note that this merge may break things. The change from OpenDeployment is subject to further review at a later time. The change introduces openstack specific logic in an otherwise independent openssh recipe. Change-Id: I568e4d2329a1d0e2670e1b0340afca4dddf4f23a
14 lines
268 B
Ruby
14 lines
268 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'berkshelf', '~> 2.0'
|
|
gem 'chefspec', '~> 3.0'
|
|
gem 'foodcritic', '~> 3.0'
|
|
gem 'rubocop'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', '~> 1.0'
|
|
gem 'kitchen-vagrant', '~> 0.11'
|
|
gem 'kitchen-digitalocean'
|
|
gem 'kitchen-ec2'
|
|
end
|