X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/051998dd80b0def50058266b7adbdf2e971032eb..71e6d5f9a675d3bcd997f39afec5e6e9f131e708:/Vagrantfile 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"