fix mongodb-authentication_enabled variable name

This commit is contained in:
Roberto Cirillo 2018-09-24 09:53:21 +02:00
parent 3470e08eb6
commit 8982588b30
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ net:
#processManagement:
security:
{% if mongodb_authorization_enabled %}
{% if mongodb_authentication_enabled %}
authorization: enabled
{% endif %}
{%if mongodb_cluster_enabled %}