Version information
released Jun 11th 2014
Start using this module
Add this module to your Puppetfile:
mod 'synyx-elasticsearch', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
synyx/elasticsearch — version 0.3.0 Jun 11th 2014
#elasticsearch
##Overview
A Puppet module to install elasticsearch.
Supported plattforms:
- Debian 7
- Ubuntu 12.04
- Ubuntu 14.04
- CentOS 6.5
There is an implicit dependency to java - make sure to setup java properly before using this module!
Installation
This modules depends on:
So all repositories have to be checked out:
git clone https://github.com/synyx/puppet-elasticsearch.git modules/elasticsearch
git clone https://github.com/puppetlabs/puppetlabs-apt.git modules/apt
git clone https://github.com/puppetlabs/puppetlabs-stdlib.git modules/stdlib
##Usage
class { 'elasticsearch':}
Authors
- Johannes Graf (@grafjo)
License
puppet-elasticsearch is released under the MIT License. See the bundled LICENSE file for details.
Dependencies
- puppetlabs/stdlib (>=0.0.1)
- puppetlabs/apt (>=0.0.1)