zookeeper added

This commit is contained in:
7u83 2020-07-23 16:41:08 +00:00
parent abf894e4dc
commit 8eb254b154
1 changed files with 16 additions and 0 deletions

16
manifests/zookeeper.pp Normal file
View File

@ -0,0 +1,16 @@
#
# zookeeper.pp
#
class plnxtools::zookeeper
() inherits plnxtools::nutch::params
{
class {"plnxtools": }
->
plnxtools::install{"zookeeper":
sourcedir => "https://downloads.apache.org/zookeeper/zookeeper-3.6.1",
distfile => "apache-zookeeper-3.6.1-bin.tar.gz",
dirname => "apache-zookeeper-3.6.1-bin",
}
}