example42 / puppet-jboss

Jboss Puppet Module
http://www.example42.com
Other
15 stars 25 forks source link

Dependency on 'unzip' #31

Closed EricEttes closed 9 years ago

EricEttes commented 10 years ago

The plugin seems to rely on 'unzip', which isn't installed by default on a clean ubuntu image.

I'm using Vagrant 1.6.2 / Puppet 3.5.1 with this box: https://vagrantcloud.com/puppetlabs/ubuntu-12.04-64-puppet

Current workaround is adding the necessary provisioning in my Vagrantfile

b-long commented 9 years ago

:+1: Same issue. What's worse, there doesn't seem to be a canonical 'unzip' puppet module. To increase adoption of this module, I'd recommend removing the 'unzip' dependency. In CentOS land, I ended up needing to add yum -q -y install unzip

alvagante commented 9 years ago

Yes, unzip is used when installation is done from upgrade source. Still I don't think a zip package should be provided in a jboss module, maybe it's just better to document this dependency somewhere.