From 0957bd27c626d69deb247b676f9096d6bf876b91 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 22 Aug 2016 05:47:26 +0200 Subject: [PATCH] specify ubuntu as primary Vagrant VM --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.1