==> default: Notice: /Stage[main]/Packer/Exec[install-packer]: Dependency Exec[fetch-download-packer] has failures: true
==> default: Error: /usr/bin/wget --quiet --output-document='/usr/local/packer/packer_0.10.0_linux_amd64.zip' 'https://dl.bintray.com/mitchellh/packer/packer_0.10.0_linux_amd64.zip' returned 8 instead of one of [0]
==> default: Error: /Stage[main]/Packer/Sys::Fetch[download-packer]/Exec[fetch-download-packer]/returns: change from notrun to 0 failed: /usr/bin/wget --quiet --output-document='/usr/local/packer/packer_0.10.0_linux_amd64.zip' 'https://dl.bintray.com/mitchellh/packer/packer_0.10.0_linux_amd64.zip' returned 8 instead of one of [0]
==> default: Warning: /Stage[main]/Packer/Exec[install-packer]: Skipping because of failed dependencies
This will fail on any version of Packer as @bryantrobbins noted in #5
Leads to the following failure.
This will fail on any version of Packer as @bryantrobbins noted in #5