mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move vagrant to it's own group
Better support for ec2 on laptops that also have vagrant installed.
This commit is contained in:
parent
0662e37e0c
commit
f3999e1457
1 changed files with 5 additions and 2 deletions
7
Gemfile
7
Gemfile
|
@ -12,8 +12,6 @@ group :docker do
|
|||
end
|
||||
|
||||
group :windows do
|
||||
gem 'vagrant-wrapper'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'winrm', '~>2.0'
|
||||
gem 'winrm-fs', '~>1.2.1'
|
||||
end
|
||||
|
@ -21,3 +19,8 @@ end
|
|||
group :ec2 do
|
||||
gem 'kitchen-ec2'
|
||||
end
|
||||
|
||||
group :vagrant do
|
||||
gem 'vagrant-wrapper'
|
||||
gem 'kitchen-vagrant'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue