You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh linux installation without unzip, trying to use the module as described errors when trying to unpack consul:
Error: Execution of 'unzip -o /opt/consul/archives/consul-1.0.2.zip' returned 1: Error: Could not execute posix command: No such file or directory - unzip
Error: /Stage[main]/Consul::Install/Archive[/opt/consul/archives/consul-1.0.2.zip]/ensure: change from 'absent' to 'present' failed: Execution of 'unzip -o /opt/consul/archives/consul-1.0.2.zip' returned 1: Error: Could not execute posix command: No such file or directory - unzip
On a fresh linux installation without unzip, trying to use the module as described errors when trying to unpack consul:
This is documented in the
puppet/archive
module: https://forge.puppet.com/puppet/archive/2.0.0/readme#setupPlease consider installing
unzip
on posix system, e.g. withensure_packages(['unzip'])
The text was updated successfully, but these errors were encountered: