From: marc tobias Date: Mon, 22 Aug 2016 03:47:26 +0000 (+0200) Subject: specify ubuntu as primary Vagrant VM X-Git-Tag: v3.0.0~142^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/0957bd27c626d69deb247b676f9096d6bf876b91 specify ubuntu as primary Vagrant VM --- diff --git a/Vagrantfile b/Vagrantfile index 96d03a2e..15d66e9e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ Vagrant.configure("2") do |config| checkout = "no" end - config.vm.define "ubuntu" do |sub| + config.vm.define "ubuntu", primary: true do |sub| sub.vm.box = "bento/ubuntu-16.04" sub.vm.provision :shell do |s| s.path = "vagrant/install-on-ubuntu-16.sh"