Don't try to pull packer source automatically for vagrant since path isn't set up yet
This commit is contained in:
parent
c8a9d16675
commit
6b0dbe173f
|
@ -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…
Reference in New Issue