/puppet-zookeeper

A basic Apache Zookeeper module for puppet with dynamic configuration

Primary LanguagePuppet

puppet-zookeeper

Zookeeper installation and configuration for puppet. Allows you to install a zookeeper server cluster easily. Generally a good idea to use it with an orchestration engine like Mcollective as you will need to run each zookeeper puppet configuration a couple times to pull in all node definitions.

Usage

node 'zookeeper' {
  class { 'zookeeper':
    server_name => $::ipaddress,
  }
}

License

Apache License, Version 2.0

Contact

Justice London jlondon@syrussystems.com

Support

Please log tickets and issues at our Projects site