counsyl / puppet-packer

Puppet module for installing Packer, the virtual machine image creation tool.
Other
11 stars 23 forks source link

Fails on Exec[fetch-download-packer] #8

Closed jniesen closed 8 years ago

jniesen commented 8 years ago
class { 'packer':
  version => '0.10.0',
}

Leads to the following failure.

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