Installs mongodb on Ubuntu/Debian per 10gen installation documentation.
Parameters:
- init: optionally specify the init script used, accepts sysv or upstart.
By default ubuntu is upstart and debian uses sysv.
Examples:
class mongodb {
init => 'sysv',
}
The module have been tested on the following operating systems. Testing and patches for other platforms are welcomed.
- Debian Wheezy
This module is under development and does not manage mongodb.conf at the moment.