From 3b1bffc0a79dedb47b54bb30ef21cd6de41a28dc Mon Sep 17 00:00:00 2001
From: Roberto <roberto.cirillo@isti.cnr.it>
Date: Thu, 20 Sep 2018 14:59:09 +0200
Subject: [PATCH] removed mongodb_bind condition

---
 mongodb-org/templates/mongod-3.4.conf.j2 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mongodb-org/templates/mongod-3.4.conf.j2 b/mongodb-org/templates/mongod-3.4.conf.j2
index c07915e..bb4ac93 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 }}