mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clean up gemfile
Remove opennebula, since we are using docker and ec2 Pin winrm to the package since our changes have been released by upstream
This commit is contained in:
parent
47b1032efa
commit
6108363f82
1 changed files with 1 additions and 6 deletions
7
Gemfile
7
Gemfile
|
@ -11,16 +11,11 @@ group :docker do
|
|||
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
|
||||
end
|
||||
|
||||
group :opennebula do
|
||||
gem 'kitchen-opennebula', '>=0.2.3'
|
||||
gem 'xmlrpc'
|
||||
end
|
||||
|
||||
group :windows do
|
||||
gem 'vagrant-wrapper'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'winrm', '~>2.0'
|
||||
gem 'winrm-fs', :git => 'https://github.com/WinRb/winrm-fs.git'
|
||||
gem 'winrm-fs', '~>1.2.1'
|
||||
end
|
||||
|
||||
group :ec2 do
|
||||
|
|
Loading…
Add table
Reference in a new issue