Yuvipanda has submitted this change and it was merged. Change subject: Consistantly case ElasticSearch as Elasticsearch ......................................................................
Consistantly case ElasticSearch as Elasticsearch Reduces delta from packaged-provided defaults and diff on intial install Change-Id: I31a7266e2329b27183ae069c081661fe3542401d --- M modules/elasticsearch/templates/elasticsearch.erb 1 file changed, 6 insertions(+), 6 deletions(-) Approvals: Yuvipanda: Verified; Looks good to me, approved diff --git a/modules/elasticsearch/templates/elasticsearch.erb b/modules/elasticsearch/templates/elasticsearch.erb index 573dbc6..0c0f8cf 100644 --- a/modules/elasticsearch/templates/elasticsearch.erb +++ b/modules/elasticsearch/templates/elasticsearch.erb @@ -1,4 +1,4 @@ -# Run ElasticSearch as this user ID and group ID +# Run Elasticsearch as this user ID and group ID #ES_USER=elasticsearch #ES_GROUP=elasticsearch @@ -19,19 +19,19 @@ # ES_HEAP_SIZE. MAX_LOCKED_MEMORY=unlimited -# ElasticSearch log directory +# Elasticsearch log directory #LOG_DIR=/var/log/elasticsearch -# ElasticSearch data directory +# Elasticsearch data directory #DATA_DIR=/var/lib/elasticsearch -# ElasticSearch work directory +# Elasticsearch work directory #WORK_DIR=/tmp/elasticsearch -# ElasticSearch configuration directory +# Elasticsearch configuration directory #CONF_DIR=/etc/elasticsearch -# ElasticSearch configuration file (elasticsearch.yml) +# Elasticsearch configuration file (elasticsearch.yml) #CONF_FILE=/etc/elasticsearch/elasticsearch.yml # Additional Java OPTS -- To view, visit https://gerrit.wikimedia.org/r/197373 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I31a7266e2329b27183ae069c081661fe3542401d Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
