added new variable for authentication

This commit is contained in:
Roberto Cirillo 2018-09-20 18:05:14 +02:00
parent 1de375b3ff
commit 3470e08eb6
1 changed files with 4 additions and 1 deletions

View File

@ -44,9 +44,12 @@ net:
#processManagement:
security:
{% if mongodb_authorization_enabled %}
authorization: enabled
{% endif %}
{%if mongodb_cluster_enabled %}
keyFile: {{ mongodb_replica_keyfile }}
{%if mongodb_cluster_enabled %}
replication:
oplogSizeMB: {{ mongodb_oplog_size }}