evertrue / zookeeper-cookbook

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

System gradle #32

Closed mwhooker closed 11 years ago

jakedavis commented 11 years ago

IMO it's worth keeping source as an option, and then using a node[:zookeeper][:gradle][:install_strategy] or similar to determine which to run.

jakedavis commented 11 years ago

Although I'm +1 on providing package as an option and making it the default.

mwhooker commented 11 years ago

@jakedavis I can get behind that.

What are some cases where source would be preferable over system?

jakedavis commented 11 years ago

Not sure ... now that you've called me out maybe it's not worth it B-) I guess since we're just unzipping it actually wouldn't be advantageous at all. Ignore me.

Edit: the only case I can think of is if your OS didn't provide the package or the package archives were down or something.

mwhooker commented 11 years ago

Closing because the ubuntu PPA we use doesn't have a late enough version.