Forge Home

mongodb

mongodb puppet module

679,368 downloads

76,523 latest version

1.9 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 Jul 13th 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.1.0 Jul 13th 2012

mongodb puppet module

Overview

Installs mongodb on Ubuntu/Debian from OS repo, or alternatively per 10gen installation documentation.

Usage

class mongodb

Parameters:

  • enable_10gen (default: false) - Whether or not to set up 10gen software repositories
  • init (auto discovered) - override init (sysv or upstart) for Debian derivatives
  • location - override apt location configuration for Debian derivatives
  • packagename (auto discovered) - override the package name
  • servicename (auto discovered) - override the service name

By default ubuntu is upstart and debian uses sysv.

Examples:

class mongodb {
  init => 'sysv',
}

class mongodb {
  enable_10gen => true,
}

Supported Platforms

  • Debian Wheezy
  • Ubuntu 12.04 (precise)
  • RHEL 6