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

Systemd support #182

Closed ljesmin closed 8 years ago

ljesmin commented 8 years ago

This is systemd support for zookeeper cookbook.

jeffbyrnes commented 8 years ago

@ljesmin thanks for your contribution! Would you mind adding tests? That requires: Serverspec assertions, a suite for the Test Kitchen configs, and an update to the Travis config to run that test in addition to the existing ones.

I still need to figure out how to get the tests to run when others do a PR, but at least they’ll run when I merge this in & we can get a green badge at that point.

jeffbyrnes commented 8 years ago

@ljesmin I cleaned up the commits a bit to make for a more concise history, added the tests to the .kitchen.cloud.yml and updated the Travis config.

Published as v7.1.0!