Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 739 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 739 Bytes

elasticsearch Puppet Module for Boxen

Build Status

Install elasticsearch, a distributed, RESTful search engine. The BOXEN_ELASTICSEARCH_PORT and BOXEN_ELASTICSEARCH_URL environment variables are set.

Usage

include elasticsearch

This module supports data bindings via hiera. See the parameters to the elasticsearch class for overrideable values.

Required Puppet Modules

  • boxen >= 3.3.3
  • homebrew
  • repository
  • java
  • stdlib

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.