Add a cluster name option

This is useful if you want to run multiple clusters, or if you just want
to change the default value to something custom.

Change-Id: Id1731a209b43057090852a3bc484f61529717bd3
This commit is contained in:
K Jonathan Harker 2015-05-20 16:50:27 -07:00
parent b990d859d2
commit b40f1165d1
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
# multiple clusters on the same network, make sure you're using unique names.
#
# cluster.name: elasticsearch
<% if es_template_config.has_key?('cluster.name') then -%>
cluster.name: <%= es_template_config['cluster.name'] %>
<% end -%>
#################################### Node #####################################