Forge Home

mongodb

mongodb puppet module

679,376 downloads

76,523 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.0 (latest)
  • 0.17.0
  • 0.16.0
  • 0.15.0
  • 0.14.0
  • 0.13.0
  • 0.12.0
  • 0.11.0
  • 0.10.0
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.0
  • 0.3.0-rc1 (pre-release)
  • 0.2.0
  • 0.1.0
  • 0.0.2
  • 0.0.1 (deleted)
released May 29th 2012
This module has been deprecated by its author since Oct 27th 2017.

The author has suggested puppet-mongodb as its replacement.

Start using this module

Documentation

puppetlabs/mongodb — version 0.0.2 May 29th 2012

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.