From 99ce0411bc10e234350697f4985d82894971ba93 Mon Sep 17 00:00:00 2001 From: Carlos Coelho Date: Fri, 4 Mar 2016 13:14:29 -0300 Subject: [PATCH] Updated vagrant box to official Leap release related to openSUSE/osem#824 Signed-off-by: Carlos Coelho --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 45c04c4c..827cb8ed 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "webhippie/opensuse-13.2" + config.vm.box = "opensuse/openSUSE-42.1-x86_64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs