Version information
released Jul 23rd 2013
Start using this module
Add this module to your Puppetfile:
mod 'jlondon-zookeeper', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jlondon/zookeeper — version 0.1.0 Jul 23rd 2013
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
Dependencies
- ripienaar/concat (>= 0.2.0)