Skip to content

Instantly share code, notes, and snippets.

@davidbiehl
Created January 23, 2015 06:11
Show Gist options
  • Save davidbiehl/0913b573c253fb45cfa3 to your computer and use it in GitHub Desktop.
Save davidbiehl/0913b573c253fb45cfa3 to your computer and use it in GitHub Desktop.
Install ElasticSearch with Puppet
# https://github.com/elasticsearch/puppet-elasticsearch
class { 'elasticsearch':
manage_repo => true,
repo_version => '1.4',
version => '1.4.2',
java_install => true
}
elasticsearch::instance { 'es-01': }
# requires the puppetlabs/java module
# https://github.com/puppetlabs/puppetlabs-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment