You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ For Red Hat family systems, the client can be installed in a similar fashion:
67
67
class {'::mongodb::client':}
68
68
```
69
69
70
-
Note that for Debian/Ubuntu family systems the client is installed with the
70
+
Note that for Debian/Ubuntu family systems the client is installed with the
71
71
server. Using the client class will by default install the server.
72
72
73
73
If one plans to configure sharding for a Mongo deployment, the module offer
@@ -427,11 +427,11 @@ class mongodb::server {
427
427
Set to true to enable a simple REST interface. Default: false
428
428
429
429
#####`quiet`
430
-
Runs the mongod or mongos instance in a quiet mode that attempts to limit the
430
+
Runs the mongod or mongos instance in a quiet mode that attempts to limit the
431
431
amount of output. This option suppresses : "output from database commands, including drop, dropIndexes, diagLogging, validate, and clean", "replication activity", "connection accepted events" and "connection closed events".
432
432
Default: false
433
433
434
-
> For production systems this option is **not** recommended as it may make tracking
434
+
> For production systems this option is **not** recommended as it may make tracking
435
435
problems during particular connections much more difficult.
436
436
437
437
#####`slowms`
@@ -476,8 +476,9 @@ this slave instance will replicate. Default: <>
476
476
477
477
#####`ssl`
478
478
Set to true to enable ssl. Default: <>
479
-
*Important*: You need to have ssl_key and ssl_ca set as well and files
480
-
need to pre-exist on node.
479
+
*Important*: You need to have ssl_key set as well, and the file needs to
480
+
pre-exist on node. If you wish to use certificate validation, ssl_ca must also
0 commit comments