Skip to content

sqmk/puppet-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticSearch Puppet module

This Puppet module is used for installing and managing ElasticSearch.

Requirements

This module has dependencies on the following:

  • maestrodev/wget
  • puppetlabs/java

Module Installation

This currently works only for Debian and Ubuntu systems.

Via Puppet module install

Run the following from shell:

$ puppet module install sqmk-elasticsearch

Via git

You can clone this repo into your modules directory:

$ git clone https://github.com/sqmk/puppet-elasticsearch.git

Installing ElasticSearch via Puppet manifest

Include the following in your manifest to install ElasticSearch

class { 'elasticsearch': }

Need a specific version of ElasticSearch?

class { 'elasticsearch':
  version => '0.20.2'
}

About

Puppet module for installing and managing ElasticSearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages