Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-08-12 20:27:05 +02:00
parent 65b497a8a8
commit 0c66cf6bc4
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ ZK_HOST="{{ solr_zk_hosts }}"
# Set the ZooKeeper client timeout (for SolrCloud mode)
ZK_CLIENT_TIMEOUT="{{ solr_zk_timeout }}"
{% if solr_mode == solrcloud %}
{% if solr_mode == "solrcloud" %}
# By default the start script uses "localhost"; override the hostname here
# for production SolrCloud environments to control the hostname exposed to cluster state
SOLR_HOST="{{ solr_host_address }}"