Parses /etc/mongodb.conf
Author: Brian Redbeard redbeard@dead-city.org
| MongoDBServer | Parses /etc/mongodb.conf |
| Reference | For information on configuration options available to mongod reference one of the following resources: |
| License | This file is licenced under the LGPL v2+, conforming to the other components of Augeas. |
| Lens Usage | |
| Configuration files | This lens applies to /etc/mongodb.conf. |
| Examples | The Test_MongoDBServer file contains various examples and tests. |
| Augeas Lenses | |
| entry | |
| lns | |
| Augeas Variables | |
| filter |
For information on configuration options available to mongod reference one of the following resources:
man mongos
This lens applies to /etc/mongodb.conf. See filter.
The Test_MongoDBServer file contains various examples and tests.
let entry = Build.key_value_line Rx.word Sep.space_equal (store Rx.space_in)
let lns = (Util.empty | Util.comment | entry)*