Skip to content

Commit

Permalink
Added path.repo variable to template
Browse files Browse the repository at this point in the history
  • Loading branch information
euforia committed Oct 23, 2015
1 parent 16e6c91 commit de769a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###################################

Expand Down

0 comments on commit de769a4

Please sign in to comment.