Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

mongodb-10gen (11) Versions 0.2.1

Installs/Configures mongodb-10gen

Policyfile
Berkshelf
Knife
cookbook 'mongodb-10gen', '= 0.2.1', :supermarket
cookbook 'mongodb-10gen', '= 0.2.1'
knife supermarket install mongodb-10gen
knife supermarket download mongodb-10gen
README
Dependencies
Changelog
Quality 100%

Description

Build Status

Add apt repository and install mongodb-10gen.

Platform

  • ubuntu
  • debian

Tested on

  • ubuntu 12.04(precise)

Requirements

  • OpscodeCookbook[apt]

Attributes

group ['mongodb']

update your mongodb.conf values

group ['mongodb']['config']

update your mongodb_config.conf values

group ['mongodb']['router']

update your mongos.conf values

Usage

Available recipes

default

  • Add 10gen official repository and install newer stable mongodb.
  • disable autostart when install or serverboot.

single

  • setup mongodb single node.

config

  • setup mongodb config node.

router

  • setup mongodb router(mongos) node.

Additions

mongorc.js

Print information to prompt.

Usage: cp {mongo_dir}misc/mongorc.js ~/.mongorc.js

<pre><code># mongo
MongoDB shell version: 2.0.4
connecting to: test
s01:PRIMARY:[2.0.4] > </code></pre>

Author

Author:: HiganWorks LLC (sawanoboriyu@higanworks.com)

CHANGELOG for mongodb-10gen

This file is used to list changes made in each version of mongodb-10gen.

0.2.1

  • remove self depends.

0.2.0

  • apt cookbook v2.5.0 doesn not provide apt-get update every run.
  • apt cookbook v2.5.0 does an immediate apt-get update after adding a repository

0.1.10

  • fix: #6 Error when using a base_dir different of /data/mongodb/ @mgrenonville

0.1.9

  • fix etc dir in init_mongodb.erb template HT: @alovak

0.1.8

  • add dummy file due to remote_directory compatibility. HT: @Soulou , @teyrow

0.1.7

  • apt update immediately when add repository.
  • add Kitchenfile for test-kitchen

0.1.6

  • #1 replSet is blank in the mongo.conf file. HT: @rbrcurtis

0.1.5

  • #2 support debian. HT: @cjblomqvist

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Foodcritic Metric
            

0.2.1 passed this metric