Skip to content

zstumgoren/puppet-mongodb

 
 

Repository files navigation

MongoDB Puppet Module for Boxen

Build Status

Usage

include mongodb

Required Puppet Modules

  • boxen
  • homebrew
  • stdlib

Environment

Once installed, you can access the following variables in your environment, projects, etc:

  • BOXEN_MONGODB_PORT: the configured mongodb port
  • BOXEN_MONGODB_URL: the URL for mongodb, including localhost & port

Ruby

For the ruby client:

@client = Mongo::MongoClient.new('localhost', ENV['BOXEN_MONGODB_PORT'] || 27017)

For mongomapper's config/mongo.yml:

development:
  uri: <%= ENV['BOXEN_MONGODB_URL'] || 'mongodb://localhost:27017/' %>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 53.4%
  • Ruby 32.9%
  • Shell 13.7%