Skip to content

Aethylred/puppet-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-elasticsearch

================

Install elasticsearch service and web interfaces

REQUIREMENTS

  • Puppet >=2.6 if using parameterized classes

Dependencies

Installation

Clone or submodule this repository into:

/etc/puppet/modules/elasticsearch

Invocation

To install on a node:

include elasticsearch

To install head web interface:

include elasticsearch::web::head

To install bigdesk web interface:

include elasticsearch::web::bigdesk

Issues

Originally this installs elasticsearch from tarballs, which was bloated the git repository. It should now grab ElasticSearch directly from github, though getting elasticsearch as a package would be ideal.

References

Attribution

This module is derived from the puppet-blank module by Aaron Hicks (aethylred@gmail.com)

This module has been developed for the use with Open Source Puppet (Apache 2.0 license) for automating server & service deployment.

Gnu General Public License

This file is part of the blank Puppet module.

The blank Puppet module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The blank Puppet module is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the blank Puppet module. If not, see http://www.gnu.org/licenses/.

About

A puppet manifest to install ElasticSearch as a service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages