Version information
released Aug 8th 2014
Start using this module
Add this module to your Puppetfile:
mod 'synyx-mongodb', '0.4.1'
Learn more about managing modules with a PuppetfileDocumentation
synyx/mongodb — version 0.4.1 Aug 8th 2014
#mongodb
##Overview
A Puppet module to install and manage MongoDB. MongoDB packges are from 10gen.
Supported plattforms:
- Debian 7
- Ubuntu 12.04
- Ubuntu 14.04
- CentOS 6.5
Installation
This module depends on:
So all repositories have to be checked out:
git clone https://github.com/synyx/puppet-mongodb.git modules/mongodb
git clone https://github.com/puppetlabs/puppetlabs-apt.git modules/apt
git clone https://github.com/puppetlabs/puppetlabs-stdlib.git modules/stdlib
##Usage
class { 'mongodb':}
Authors
- Johannes Graf (@grafjo)
License
puppet-mongodb is released under the MIT License. See the bundled LICENSE file for details.
Dependencies
- puppetlabs/stdlib (>=0.0.1)
- puppetlabs/apt (>=0.0.1)