Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: jounal is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 23, 2024
1 parent c111de0 commit ba0cb7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions playbooks/roles/mongo_7_0/templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ storage:
dbPath: {{ mongo_dbpath }}
# Storage Engine
engine: {{ MONGO_STORAGE_ENGINE }}
# Enable journaling, http://www.mongodb.org/display/DOCS/Journaling
journal:
{% if mongo_enable_journal %}
enabled: true
{% else %}
enabled: false
{% endif %}
{% if MONGO_STORAGE_ENGINE_OPTIONS %}
{{ MONGO_STORAGE_ENGINE_OPTIONS | to_nice_yaml }}
Expand Down

0 comments on commit ba0cb7f

Please sign in to comment.