================
Install elasticsearch service and web interfaces
- Puppet >=2.6 if using parameterized classes
- stdlib
- vcsrepo
- Oracle Java 6 try using the NeSI oab-java module
- Some kind of web service installed
Clone or submodule this repository into:
/etc/puppet/modules/elasticsearch
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
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.
- ElasticSearch homepage: http://www.elasticsearch.org/
This module is derived from the puppet-blank module by Aaron Hicks ([email protected])
This module has been developed for the use with Open Source Puppet (Apache 2.0 license) for automating server & service deployment.
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/.