Skip to content

Commit

Permalink
Clearer documentation around 2.x version selection
Browse files Browse the repository at this point in the history
  • Loading branch information
robin13 committed Jan 11, 2016
1 parent 0f47158 commit 0767456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ Additional parameters to es_config allow the customization of the Java and Elast

Following variables affect the versions installed:

* ```es_major_version``` (e.g. "1.5" ). Should be consistent with es_version.
* ```es_version``` (e.g. "1.5.2"). For versions > 2.x this must be "2.x".
* ```es_major_version``` (e.g. "1.5" ). Should be consistent with es_version. For versions >= 2.0 this must be "2.x".
* ```es_version``` (e.g. "1.5.2").
* ```es_start_service``` (true (default) or false)
* ```es_plugins_reinstall``` (true or false (default) )
* ```es_plugins``` (an array of plugin definitons e.g.:
Expand Down

0 comments on commit 0767456

Please sign in to comment.