X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2e08a615655724063ed3e31c766ae666a9df2c57..6fd2887543d6677d6ad6ec0b8d249ecf93c532cc:/Vagrantfile?ds=sidebyside 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"