Skip to content

Commit

Permalink
specify ubuntu as primary Vagrant VM
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 22, 2016
1 parent feb458f commit 0957bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0957bd2

Please sign in to comment.