evertrue / zookeeper-cookbook

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

give option to forgo service['zookeeper'] restart on service configuration update #200

Closed jaybocc2 closed 7 years ago

jaybocc2 commented 7 years ago

reason being, that even if you pass [:stop, :disable] to service_actions, if the service_config updates, it will restart zookeeper regardless, resulting in a running zookeeper. Also there may be situations where you would not like to have zookeeper restart automatically. (controlled/rolling restarts, etc)