Commit 2ab6213e by Rohit Karajgi

Fix incorrect variable used for mongo clustered

Change mongo_clustered --> MONGO_CLUSTERED
parent dadf64d7
......@@ -12,7 +12,7 @@ logappend={{ mongo_logappend }}
{# Bind to all ips(default) if in clustered mode,
otherwise only to the specified local ip.
#}
{% if mongo_clustered is not defined %}
{% if MONGO_CLUSTERED is not defined %}
bind_ip = {{ MONGO_BIND_IP }}
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment