Version information
released Jan 26th 2013
Start using this module
Add this module to your Puppetfile:
mod 'tubit-elasticsearch', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
tubit/elasticsearch — version 0.0.1 Jan 26th 2013
Elasticsearch module for puppet
Debian only for now. You need to add the debian package from http://www.elasticsearch.org/download/ to your local repository.
Example usage
class {'elasticsearch':
clustername => 'ElasticCluster',
version => '0.19.10',
package => 'elasticsearch'
}