AnsibleShipyard / ansible-zookeeper

Ansible playbook for ZooKeeper
MIT License
95 stars 114 forks source link

Debian package support #52

Closed veger closed 8 years ago

veger commented 8 years ago

Debian package uses different locations than assumed by the role. This PR fixes this issue, without breaking the tarbal and RedHat locations/support.

A zookeeper_conf_dir variable is added to make the configuration location configurable, the default is set to zookeeper_dir (which was the hardcoded configuration location)

When zookeeper_debian_apt_install is true, the defaults are changed according to the Debian package locations.

If a users has other needs the default can be overridden by the user.