Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/197373
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/73/197373/1 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: newchange Gerrit-Change-Id: I31a7266e2329b27183ae069c081661fe3542401d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
