We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bee429 + 5069b8d commit cb05ad0Copy full SHA for cb05ad0
1 file changed
lib/dlm
@@ -93,6 +93,8 @@ function install_dlm {
93
if is_dlm_enabled; then
94
if is_ubuntu; then
95
install_package zookeeperd
96
+ elif is_fedora; then
97
+ install_package zookeeper
98
else
99
die $LINENO "Don't know how to install zookeeper on this platform"
100
fi
0 commit comments