fix mongodb-authentication_enabled variable name
This commit is contained in:
parent
3470e08eb6
commit
8982588b30
|
@ -44,7 +44,7 @@ net:
|
||||||
#processManagement:
|
#processManagement:
|
||||||
|
|
||||||
security:
|
security:
|
||||||
{% if mongodb_authorization_enabled %}
|
{% if mongodb_authentication_enabled %}
|
||||||
authorization: enabled
|
authorization: enabled
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%if mongodb_cluster_enabled %}
|
{%if mongodb_cluster_enabled %}
|
||||||
|
|
Loading…
Reference in New Issue