Don't try to pull packer source automatically for vagrant since path isn't set up yet

This commit is contained in:
Tyler Tidman 2016-02-09 11:18:43 -05:00
parent c8a9d16675
commit 6b0dbe173f
1 changed files with 0 additions and 2 deletions

2
Vagrantfile vendored
View File

@ -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|