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
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -32,8 +32,6 @@ sudo chown -R vagrant:vagrant ${GOPATH}
|
|||||||
# Install some other stuff we need
|
# Install some other stuff we need
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y curl make git mercurial bzr zip
|
sudo apt-get install -y curl make git mercurial bzr zip
|
||||||
|
|
||||||
go get github.com/mitchellh/packer
|
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user