From 7b9c1068754269046a2dab0015ae0d2935c71817 Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 21 Jun 2015 10:12:55 +0100 Subject: use hashicorp atlas for Vagrantbox download Change-Id: Ie7263c9442eb9bf8572d301f88bd38dbcce16846 --- Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 4a91c459..18590a8f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,8 +5,7 @@ Vagrant.configure("2") do |config| # see https://leap.se/en/docs/platform/details/development#Verify.vagrantbox.download # for details - config.vm.box = "leap-wheezy" - config.vm.box_url = "https://downloads.leap.se/platform/vagrant/virtualbox/leap-wheezy.box" + config.vm.box = "LEAP/wheezy" #config.vm.network :private_network, ip: "10.5.5.102" config.vm.provider "virtualbox" do |v| v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] -- cgit v1.2.3