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

Add SysV service for stronger support for CentOS systems #148

Closed jeffbyrnes closed 9 years ago

jeffbyrnes commented 9 years ago
adamb0mb commented 9 years ago

There is one more issue that may crop up. It has to do with the Chef::Provider::Service::Debian reference in the zookeeper:service recipe.

You can see how I (mediocrely) handled it here: https://github.com/payscale/chef-zookeeper/blob/master/recipes/service.rb#L74-L79

jeffbyrnes commented 9 years ago

@adamb0mb ah! Thanks mate; that’s helpful.

adamb0mb commented 9 years ago

@jeffbyrnes no prob. Thanks for your work on this cookbook. It really made my life easier! LMK if there is anything else I can do.

jeffbyrnes commented 9 years ago

Ok, this tests well, so I think I’ll merge it in & cut a new release on Tuesday (no time to do all that right now)

adamb0mb commented 9 years ago

LGTM. Thank you!