diff --git a/mongodb-org/templates/mongod-3.4.conf.j2 b/mongodb-org/templates/mongod-3.4.conf.j2 index c07915e2..bb4ac93a 100644 --- a/mongodb-org/templates/mongod-3.4.conf.j2 +++ b/mongodb-org/templates/mongod-3.4.conf.j2 @@ -31,9 +31,7 @@ systemLog: # network information net: port: {{ mongodb_tcp_port }} -{% if mongodb_bind %} bindIp: {{ mongo_bind_ip }} -{% endif %} {% if mongodb_ssl_enabled %} ssl: mode: {{ mongodb_ssl_mode }}