Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 653 Bytes

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 [email protected]

Support

Please log tickets and issues at our Projects site