Commit 34dcab34 by Feanil Patel

Balance curly braces.

parent 6058c22f
...@@ -32,7 +32,7 @@ config = {_id: '{{ mongo_repl_set }}', members: [{% for host in mongo_cluster_me ...@@ -32,7 +32,7 @@ config = {_id: '{{ mongo_repl_set }}', members: [{% for host in mongo_cluster_me
{%- endif -%} {%- endif -%}
{% endfor %} {% endfor %}
], ],
settings: { heartbeatTimeoutSecs: {{ MONGO_HEARTBEAT_TIMEOUT_SECS } }; settings: { heartbeatTimeoutSecs: {{ MONGO_HEARTBEAT_TIMEOUT_SECS }} }};
rs.initiate(config) rs.initiate(config)
sleep(30000) sleep(30000)
......
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