]> git.openstreetmap.org Git - nominatim.git/commitdiff
specify ubuntu as primary Vagrant VM
authormarc tobias <mtmail@gmx.net>
Mon, 22 Aug 2016 03:47:26 +0000 (05:47 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 22 Aug 2016 03:47:26 +0000 (05:47 +0200)
Vagrantfile

index 96d03a2e0ea5021cf18a69e3112077bddc19edf6..15d66e9ed72bfbb158edbbb90c8636ad29afbb8d 100644 (file)
@@ -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"