projects
/
nominatim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
specify ubuntu as primary Vagrant VM
[nominatim.git]
/
Vagrantfile
diff --git
a/Vagrantfile
b/Vagrantfile
index 96d03a2e0ea5021cf18a69e3112077bddc19edf6..15d66e9ed72bfbb158edbbb90c8636ad29afbb8d 100644
(file)
--- 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"