2017-10-24 12:01:05 -06:00
|
|
|
# This file is only used for running the test suite with kitchen-salt.
|
|
|
|
|
2017-11-14 11:01:17 -07:00
|
|
|
source 'https://rubygems.org'
|
2017-10-12 13:37:24 -06:00
|
|
|
|
2021-03-04 13:45:41 +00:00
|
|
|
gem 'test-kitchen', '>=2.11.1'
|
2019-08-27 19:16:09 -06:00
|
|
|
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
|
2017-11-14 11:39:44 -07:00
|
|
|
gem 'kitchen-sync'
|
2017-10-12 13:37:24 -06:00
|
|
|
gem 'git'
|
|
|
|
|
2017-10-16 10:23:07 -06:00
|
|
|
group :docker do
|
2022-01-31 08:46:02 -07:00
|
|
|
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main'
|
2017-10-16 10:23:07 -06:00
|
|
|
end
|
|
|
|
|
2017-10-12 13:37:24 -06:00
|
|
|
group :windows do
|
|
|
|
gem 'winrm', '~>2.0'
|
2019-02-22 14:58:35 +00:00
|
|
|
# gem 'winrm-fs', '~>1.3.1'
|
|
|
|
gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci'
|
2017-10-12 13:37:24 -06:00
|
|
|
end
|
2017-12-20 09:21:23 -07:00
|
|
|
|
|
|
|
group :ec2 do
|
2020-10-28 22:29:15 +00:00
|
|
|
gem 'kitchen-ec2', '>=3.8'
|
2017-12-20 09:21:23 -07:00
|
|
|
end
|
2018-10-03 11:41:15 -07:00
|
|
|
|
|
|
|
group :vagrant do
|
|
|
|
gem 'vagrant-wrapper'
|
|
|
|
gem 'kitchen-vagrant'
|
|
|
|
end
|