Skip to content

Commit 676a0e8

Browse files
committed
add mongodb_config option to readme
1 parent f172755 commit 676a0e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ mongodb_set_parameters:
108108
"authenticationMechanisms": "SCRAM-SHA-1,MONGODB-CR",
109109
}
110110

111+
## Extend config with arbitrary values
112+
# Example :
113+
mongodb_config:
114+
replication:
115+
- "enableMajorityReadConcern: false"
116+
111117
# MMS Agent
112118
mongodb_mms_agent_pkg: https://cloud.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent_7.2.0.488-1_amd64.ubuntu1604.deb
113119
mongodb_mms_group_id: ""

0 commit comments

Comments
 (0)