evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 117 forks source link

Add an option to download a jar instead of doing a gradle build #53

Closed stevendborrelli closed 10 years ago

stevendborrelli commented 10 years ago

I'd rather not perform a gradle build on the node. This patch adds the ability to pull down a precompiled exhibitor jar via the web and skip the build step. (Default is set to build to keep the current behavior).

New attributes added:

default[:exhibitor][:install_method] = 'build'
default[:exhibitor][:mirror] = 'http://example.com/exhibitor-1.5.0.jar'
default[:exhibitor][:checksum] = ''
mwhooker commented 10 years ago

making some slight changes. Closing and will track at the new location.