From 8982588b3035730116367a9f5f167a488d5228a2 Mon Sep 17 00:00:00 2001 From: Roberto Date: Mon, 24 Sep 2018 09:53:21 +0200 Subject: [PATCH] fix mongodb-authentication_enabled variable name --- mongodb-org/templates/mongod-3.4.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb-org/templates/mongod-3.4.conf.j2 b/mongodb-org/templates/mongod-3.4.conf.j2 index 37ae08f..ab9f1c7 100644 --- a/mongodb-org/templates/mongod-3.4.conf.j2 +++ b/mongodb-org/templates/mongod-3.4.conf.j2 @@ -44,7 +44,7 @@ net: #processManagement: security: -{% if mongodb_authorization_enabled %} +{% if mongodb_authentication_enabled %} authorization: enabled {% endif %} {%if mongodb_cluster_enabled %}