Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 3c3345f

Browse files
Remove to_nice_json from audit config template file
1 parent 9cdcb4f commit 3c3345f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mongod.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ systemLog:
127127
{% if mongodb_config['auditLog'] is defined -%}
128128
auditLog:
129129
{% for key, value in mongodb_config['auditLog'].items() -%}
130-
{{ key }}: {{ value | to_nice_json }}
130+
{{ key }}: {{ value }}
131131
{% endfor %}
132132
{% endif %}
133133

0 commit comments

Comments
 (0)