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.
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 tozookeeper_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.