diff --git a/manifests/install.pp b/manifests/install.pp index 7c3273a..705a21f 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -39,6 +39,11 @@ #Install java package package { $zookeeper::params::java_package: } + + #Ensure rsync is installed + package { 'rsync': + ensure => 'installed', + } #Download and extract the zookeeper archive exec { 'zookeeper-get':