Giter VIP home page Giter VIP logo

puppet-mongodb's Introduction

# MongoDB Module #
Author	: Sean Porter <[email protected]>
Version	: 0.1.2
Licence : Apache

Module for creating a MongoDB server.

This module is Ubuntu specific.

Sample Usage :
  node 'mongodb-1.domain.com', 'mongodb-2.domain.com', 'mongodb-3.domain.com' {
    # Install MongoDB
    class { mongodb:
      # Nodes are in a replica set
      replSet => "example_set_name",
      # Increased open files limit (MongoDB connections, etc.)
      ulimit_nofile => 20000,
    }
  }

## CONTRIBUTORS ##
Knut Moller - https://github.com/v1rtual
Nixon - https://github.com/nixon
Craig Younkins - https://github.com/cyounkins
Matt McManus - https://github.com/mattmcmanus
Garth Kidd - https://github.com/garthk
Jackqu7 - https://github.com/jackqu7
Dobrist - https://github.com/dobrist

## CHANGELOG ##
- v0.0.1 : Hello World.
- v0.0.2 : Require APT to update.
- v0.0.3 : Fixed APT update.
- v0.0.4 : Support for multiple Ubuntu releases. Added replica set support.
- v0.0.5 : Support for Ubuntu Maverick (10.10).
- v0.0.6 : Added "python-software-properties" for APT abstraction.
- v0.0.7 : Added support for Ubuntu Natty Narwhal (11.04).
- v0.0.8 : Support Ubuntu releases (>= 9.04) (Upstart). Use a class. Adjust ulimit.
- v0.0.9 : Fixed possible duplicate Package["python-software-properties"].
- v0.1.0 : Fixed package install prior to notifying the service & added tests.
- v0.1.1 : Optional process respawn, removed python-software-properties package.
- v0.1.2 : Changed APT key server URL to be egress filtering friendly.

puppet-mongodb's People

Contributors

portertech avatar nixon avatar cyounkins avatar dobrist avatar elmer avatar garthk avatar v1rtual avatar mattmcmanus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.