mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add opennebula to Gemfile
This commit is contained in:
parent
7465f9b27a
commit
9f38f16905
1 changed files with 9 additions and 1 deletions
10
Gemfile
10
Gemfile
|
@ -2,9 +2,17 @@ source "https://rubygems.org"
|
|||
|
||||
gem "test-kitchen"
|
||||
gem "kitchen-salt", :git => 'https://github.com/gtmanfred/kitchen-salt.git'
|
||||
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
|
||||
gem 'git'
|
||||
|
||||
group :docker do
|
||||
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
|
||||
end
|
||||
|
||||
group :opennebula do
|
||||
gem 'kitchen-opennebula', :git => 'https://github.com/gtmanfred/kitchen-opennebula.git'
|
||||
gem 'xmlrpc'
|
||||
end
|
||||
|
||||
group :windows do
|
||||
gem 'vagrant-wrapper'
|
||||
gem 'kitchen-vagrant'
|
||||
|
|
Loading…
Add table
Reference in a new issue