From: Sarah Hoffmann Date: Tue, 23 Aug 2016 19:57:06 +0000 (+0200) Subject: Merge pull request #504 from lonvia/parameter-parser-class X-Git-Tag: v3.0.0~141 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/d7c469d94e088232d9be45a51ebf76f00f7e1921?hp=5464dec0570c2451d8607bc739c6f2b6f298bb75 Merge pull request #504 from lonvia/parameter-parser-class factor out parameter parsing into its own class --- 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"