From 0c66cf6bc4ad0816531671ed04f975f9f4c9a32b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 12 Aug 2022 20:27:05 +0200 Subject: [PATCH] Fix a typo. --- templates/solr-default.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/solr-default.j2 b/templates/solr-default.j2 index 1289df0..cea63f0 100644 --- a/templates/solr-default.j2 +++ b/templates/solr-default.j2 @@ -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 }}"