Skip to content

mrobbert/puppetlabs-mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

mongodb installation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.6%
  • Puppet 33.4%