summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-09 12:18:21 -0700
committerelijah <elijah@riseup.net>2015-07-09 12:18:21 -0700
commit2d50141b8b0b223e3b437ff3bda0dd2dc7a64ef5 (patch)
treeb70ec2d4723400a9796fee726024d131384f25f3 /Vagrantfile
parent1e872b71382f94f9c2d63ccbcaa43ca7d6741b42 (diff)
parentec24733308676d6822aaeaae6c17b042f7e2bf14 (diff)
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 1 insertions, 2 deletions
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"]