zookeeper-cookbook
zookeeper-cookbook copied to clipboard
Chef cookbook for installing and managing Zookeeper.
In version 3.5+, tarball is named like `apache-zookeeper`, while in 3.4 and before, it was just `zookeeper`.
The java cookbook is clearly outdated since v11.1 has been released.
Based on the @Sous-Chefs standards, [details here](https://github.com/sous-chefs/repo-management/)
I am trying to create a simple wrapper cookbook for `zookeeper-cookbook`, here's my configuration: ``` zookeeper node[cookbook_name]['version'] do mirror node[cookbook_name]['mirror'] checksum node[cookbook_name]['checksum'] action :install end config_hash = { clientPort: 2181,...