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

Implement zookeeper_config #87

Closed jakedavis closed 10 years ago

jakedavis commented 10 years ago

Right now, this cookbook only sort of works, since it doesn't render a config file, and thus Zookeeper can never startup. We need at least these parameters, but we should be able to easily make a resource which can render a Zookeeper (Java properties) file.

Some light discussion in #83.