Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module errors on posix systems without unzip #402

Closed
lesinigo opened this issue Jan 17, 2018 · 1 comment
Closed

module errors on posix systems without unzip #402

lesinigo opened this issue Jan 17, 2018 · 1 comment

Comments

@lesinigo
Copy link

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

This is documented in the puppet/archive module: https://forge.puppet.com/puppet/archive/2.0.0/readme#setup

Please consider installing unzip on posix system, e.g. with

ensure_packages(['unzip'])
@solarkennedy
Copy link
Contributor

Related to #356.

See also #187 and #185.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants