Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 647 Bytes

mongodb puppet module

Overview

Installs mongodb on Ubuntu/Debian per 10gen installation documentation.

Usage

class mongodb

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',
}

Supported Platforms

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.