| Class | mongodb::mongodb |
| In: |
/modules/mongodb/manifests/init.pp
|
| Parent: | mongodb::params |
Class: mongodb
Install, enable and configure the MongoDB scalable, high-performance NoSQL database.
Parameters:
See the comments in the included mongodb.conf.
Sample Usage :
include mongodb
class { 'mongodb':
bind_ip => '0.0.0.0',
verbose => 'true',
}