We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a2e1e commit c4b3764Copy full SHA for c4b3764
templates/mongod.conf.j2
@@ -55,3 +55,10 @@ systemLog:
55
destination: {{ mongodb_systemlog_destination }}
56
logAppend: {{ mongodb_systemlog_logappend | to_nice_json }}
57
path: {{ mongodb_systemlog_path }}
58
+
59
+{% if mongodb_set_parameters -%}
60
+setParameter:
61
+ {% for key, value in mongodb_set_parameters.items() -%}
62
+ {{ key }}: {{ value }}
63
+ {% endfor -%}
64
+{% endif %}
0 commit comments