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

Added support to CentOS 5/6 using service_style "init.d" #135

Closed tiago-cruz-movile closed 9 years ago

tiago-cruz-movile commented 9 years ago

Fix https://github.com/SimpleFinance/chef-zookeeper/issues/71

jeffbyrnes commented 9 years ago

@tiago-cruz-movile thanks for your contribution!

A couple of requests:

In future, I’d encourage making more, smaller commits, to ease revisions like this (e.g., each Foodcritic tweak is a commit, and the init script feature is a commit).

jeffbyrnes commented 9 years ago

@tiago-cruz-movile @adamb0mb would love to see this cleaned up as per my requests above, as CentOS support using SysV would be great!

adamb0mb commented 9 years ago

@jeffbyrnes The PR I had was basically a cleaned up version of what @tiago-cruz-movile had done, with one additional fix. I spent a few minutes trying to create a new PR that was a cleaned up version of his, but my git-fu was not strong enough.

jeffbyrnes commented 9 years ago

I’ll see if I can get it sorted out next week. Buried in some other stuff today.

adamb0mb commented 9 years ago

:+1:

jeffbyrnes commented 9 years ago

Solved w/ #148