Added elasticsearch user/group and data dir to configuration

This commit is contained in:
Robin Clarke 2015-05-23 14:38:13 +02:00
parent d9a86b5d06
commit 6d8b1d478e
3 changed files with 32 additions and 0 deletions

View file

@ -3,3 +3,5 @@ es_major_version: "1.5"
es_version: "1.5.2"
es_start_service: true
es_plugins_reinstall: false
es_user: elasticsearch
es_group: elasticsearch