Browse code

Merge "Added fix to install zookeeper for fedora"

Jenkins authored on 2016/05/07 05:49:52
Showing 1 changed files
... ...
@@ -93,6 +93,8 @@ function install_dlm {
93 93
     if is_dlm_enabled; then
94 94
         if is_ubuntu; then
95 95
             install_package zookeeperd
96
+        elif is_fedora; then
97
+            install_package zookeeper
96 98
         else
97 99
             die $LINENO "Don't know how to install zookeeper on this platform"
98 100
         fi