Vagrantfile: Switch to openSUSE Leap 42.2

openSUSE Leap 42.1 is reaching EOL so we switch to 42.2

Change-Id: I731739259340a62b7135ee7643685bbde5f1492d
This commit is contained in:
Markos Chandras 2017-05-08 10:50:54 +01:00
parent a7ec0d6afe
commit 45dc5dc13d

4
Vagrantfile vendored
View File

@ -15,8 +15,8 @@ Vagrant.configure(2) do |config|
xenial.vm.box = "ubuntu/xenial64"
end
config.vm.define "opensuse421" do |leap421|
leap421.vm.box = "opensuse/openSUSE-42.1-x86_64"
config.vm.define "opensuse422" do |leap422|
leap422.vm.box = "opensuse/openSUSE-42.2-x86_64"
end
config.vm.define "centos7" do |centos7|