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

pull/3167/head
Tyler Tidman 10 years ago
parent c8a9d16675
commit 6b0dbe173f

2
Vagrantfile vendored

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

Loading…
Cancel
Save