Added fix to install zookeeper for fedora

Partially Implements: #1513855

Change-Id: Ic302461f38d76183b75cc8de0a25fa84a8a8ff69
This commit is contained in:
pratik-gadiya 2016-05-04 07:33:21 -04:00
parent a5c1a93096
commit 5069b8d894

View File

@ -93,6 +93,8 @@ function install_dlm {
if is_dlm_enabled; then
if is_ubuntu; then
install_package zookeeperd
elif is_fedora; then
install_package zookeeper
else
die $LINENO "Don't know how to install zookeeper on this platform"
fi