This Puppet module is used for installing and managing ElasticSearch.
This module has dependencies on the following:
- maestrodev/wget
- puppetlabs/java
This currently works only for Debian and Ubuntu systems.
Run the following from shell:
$ puppet module install sqmk-elasticsearch
You can clone this repo into your modules directory:
$ git clone https://github.com/sqmk/puppet-elasticsearch.git
Include the following in your manifest to install ElasticSearch
class { 'elasticsearch': }
Need a specific version of ElasticSearch?
class { 'elasticsearch':
version => '0.20.2'
}