Browse code

Added fix to install zookeeper for fedora

Partially Implements: #1513855

Change-Id: Ic302461f38d76183b75cc8de0a25fa84a8a8ff69
(cherry picked from commit 5069b8d8942ddd591d80586acd71bc6ee6de1262)

pratik-gadiya authored on 2016/05/04 20:33:21
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