From 6b0dbe173f5bcbeeb84a3b0775ea5e2e6636e338 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Tue, 9 Feb 2016 11:18:43 -0500 Subject: [PATCH] Don't try to pull packer source automatically for vagrant since path isn't set up yet --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 04ab735bd..24bbaacf5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,8 +32,6 @@ sudo chown -R vagrant:vagrant ${GOPATH} # Install some other stuff we need sudo apt-get update sudo apt-get install -y curl make git mercurial bzr zip - -go get github.com/mitchellh/packer SCRIPT Vagrant.configure(2) do |config|