From de769a48190c6c5dd47d794491c0f9e5f2a15bdf Mon Sep 17 00:00:00 2001 From: euforia Date: Fri, 23 Oct 2015 14:00:28 -0700 Subject: [PATCH] Added path.repo variable to template --- templates/elasticsearch.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/elasticsearch.yml b/templates/elasticsearch.yml index 1f9eea1..8b56fe0 100644 --- a/templates/elasticsearch.yml +++ b/templates/elasticsearch.yml @@ -180,6 +180,9 @@ #path.plugins: /path/to/plugins {% if es_etc_path_plugins is defined %}path.plugins: {{ es_etc_path_plugins }}{% endif %} +# Backup repo path +#path.repo: ['/path/backup/repo', '/another/path'] +{% if es_etc_path_repo is defined %}path.repo: {{es_etc_path_repo}}{% endif %} #################################### Plugin ###################################