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

Classpath has version 3.4.6 hard-coded #134

Closed patoarvizu closed 8 years ago

patoarvizu commented 9 years ago

This line has version 3.4.6 hardcoded, it prevents any version other than 3.4.6 to work.

jeffbyrnes commented 9 years ago

That’s… pretty important to fix. Thanks!

spuder commented 8 years ago

This is a big bug now that 3.4.6 doesn't appear to be available on any of the mirrors.

http://apache.mirrorcatalogs.com/zookeeper/zookeeper-3.4.7/

http://www.poolsaboveground.com/apache/zookeeper/

jeffbyrnes commented 8 years ago

@spuder understood. I’ll get it sorted; it’s blocking us, too, now.

jeffbyrnes commented 8 years ago

@spuder @patoarvizu alrighty, I’ve published v3.0.0 to Supermarket to solve this.