Closed jzonthemtn closed 8 years ago
I was able to make progress by setting an install command for Chef. (Maybe the version had changed since I used this project last?) I added the following line to packer.json
:
"install_command": "wget https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chefdk_0.6.2-1_amd64.deb -O /tmp/chef.deb && sudo dpkg -i /tmp/chef.deb",
This changed allowed the provisioning to complete. Even though this works if anyone has any input please let me know.
Hi, I used this project awhile back with great success. Now when I try to make a new AMI I'm getting an error. I don't think I have changed anything on my side. I'm using packer 0.7.5 and I am provisioning into a VPC by specifying a
vpc-id
andsubnet-id
. I get the following error during execution:Earlier in the log I saw the following line. I don't know if it is related but it caught my attention:
Here's the contents of the
chef-stacktrace.out
:Does anyone have any ideas? I did a fresh clone to make sure I had not changed anything and got the same result. I also tried from a second workstation and got the same error. If you need anymore information let me know! Thanks