Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-mongodb

mongodb installation
https://github.com/voxpupuli/puppet-mongodb

Prefer hashed passwords instead of plain text

* added 'password_hash' param for mongo::db
* updated README.md
* added test

Change-Id: I...

ac8f8e5f7949a197f3acf3b721ba3342e14899d8 authored about 11 years ago by Roman Sokolkov <[email protected]>
Adds mongo startup wrapper and Ruby 1.8.7 fix.

* fixed test mongodb_user_spec.rb
* added mongo startup wrapper in providers

Change-Id: Ief...

145feaca543ab1a55011a8e1b5552286e156927a authored about 11 years ago by Roman Sokolkov <[email protected]>
Adds feauture "db and user creation".

* added types and providers:
mongodb_database
mongodb_user
* added db.pp public ...

065cd722751980a8296eab47ae2cad6f2db94e58 authored about 11 years ago by Roman Sokolkov <[email protected]>
Merge pull request #69 from goneri/master

minor clean up

53a31ba31a760657d98d1fdcb256e5d747784bfc authored about 11 years ago by hogepodge <[email protected]>
doc: fix the “fork” parameter documentation

6fb153a2565eb2c4830cc47712bce29cf033c167 authored about 11 years ago by Gonéri Le Bouder <[email protected]>
clean some trailing white spaces

3c05a3569356823140a442cd707666604227850c authored about 11 years ago by Gonéri Le Bouder <[email protected]>
Merge pull request #68 from puppetlabs/release-0.4.0

Updated Modulefile and README.md for 0.4.0 release

d61a2811bfdb7fd578a351e06b1789ba549ae1d0 authored about 11 years ago by Ashley Penney <[email protected]>
Updated Modulefile and README.md for 0.4.0 release

Updated the Modulefile for a 0.4.0 release. Updated
contributors and deprecation warning for Mod...

01d75c60459b7618bc5759ab1e0c75ec1be21b06 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #67 from hogepodge/system_spec

Added sleep to system tests for server start time

abcb60b6fd62ca6f4aeb879f128e8382f086ab82 authored about 11 years ago by Ashley Penney <[email protected]>
Merge branch 'system_spec' of github.com:hogepodge/puppetlabs-mongodb into system_spec

b20f15302aa1f3aed2034d03920110080e735962 authored about 11 years ago by Chris Hoge <[email protected]>
Merge branch 'system_spec' of github.com:hogepodge/puppetlabs-mongodb into system_spec

c83d65f3729ab96013e6884d13248d8de6b4f32c authored about 11 years ago by Chris Hoge <[email protected]>
Merge branch 'system_spec' of github.com:hogepodge/puppetlabs-mongodb into system_spec

aca6157c2f7e61112dbcbce2d4dd8a830dc8d54c authored about 11 years ago by Chris Hoge <[email protected]>
Added sleep to system tests for server start time

Added a sleep to one of the system tests to give the Mongo
server enough time to start up. Made ...

c85eba4752730531ab87c917a69849ea162d410a authored about 11 years ago by Chris Hoge <[email protected]>
Added sleep to system tests for server start time

Added a sleep to one of the system tests to give the Mongo
server enough time to start up. Made ...

b8e482053ac3bbe432919976fd925ff21e918424 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #63 from n1tr0g/1.x

Refactor of the module

867a5c8d5fa05ef0f2daf11927073b1d22f9fc78 authored about 11 years ago by hogepodge <[email protected]>
Fail message changed to clearly state that some parameters are no longer supported

98b4370fea09fe8751e64147df7d8ddea803d0d7 authored about 11 years ago by Dejan Golja <[email protected]>
Updated the README.md documentation to reflect the new module changes

c27b5e41db1ada73d2e220cb86e50cd78ec2c653 authored about 11 years ago by Dejan Golja <[email protected]>
Code style change based on apenney comments

a06919fed3f7bef8edd9746e665c6c52ec2ea78a authored about 11 years ago by Dejan Golja <[email protected]>
Added rspec-system and rspec-puppet tests.

Rspec-puppet tests mostly focus on mongodb config file
so some additional tests should be added ...

a497d903ac032e606adccd91b00c011331063c50 authored about 11 years ago by Dejan Golja <[email protected]>
Removed unsused variable bindings

77a9f4e3934a79d3f93bd608ded16dac3b7807ff authored about 11 years ago by Dejan Golja <[email protected]>
Refactor class for repository management of 10gen/mongodb repository.

e918f2d51be4caa4d1666cc3f1cc566762743787 authored about 11 years ago by Dejan Golja <[email protected]>
Refactor mongodb server.

Based on the pattern design from puppetlabs modules I
added some new classes to make the functi...

97b17a9766cb5bad6f5645b938881a9230f42580 authored about 11 years ago by Dejan Golja <[email protected]>
Merge pull request #65 from hogepodge/release_0.3

Release 0.3, in preparation for major refactoring.

6edf91888f40194a5c9c8913df57339df40104f5 authored about 11 years ago by Ashley Penney <[email protected]>
Release 0.3, in preparation for major refactoring.

This is the final development release in preparation for a major
refactoring of the puppetlabs-m...

d6c0d6b16e02dae52a0a917a435e5a3ced9f09a2 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #64 from apenney/tests

Improvements to the tests.

f6ef121d9fbb3646bbb75b4efdd9e232debff898 authored about 11 years ago by hogepodge <[email protected]>
Improvements to the tests.

12cf1c6bac24075561e8df72865cfc84f1ee73b1 authored about 11 years ago by Ashley Penney <[email protected]>
Fix up travis.

81b17c2106dd0c59d7c205b15c778dcfb25001ae authored about 11 years ago by Ashley Penney <[email protected]>
Merge pull request #60 from apenney/spec

Add rpec-system tests.

f4062e010fcfae9367cb9d2d2e50d7bf1b56afc3 authored about 11 years ago by Ashley Penney <[email protected]>
Add rpec-system tests.

This commit adds very basic rspec-system tests, covering just
the package, config file, and serv...

cce6136937a5dae98762ffb5bdc5c7aa4ea20276 authored about 11 years ago by Ashley Penney <[email protected]>
Merge pull request #59 from hogepodge/release_candidate_0.3

Release 0.3.0-rc1 of the puppetlabs-mongodb module

4f2a5a1d9f9c3a3deaefd3d988b2288e6c2e469d authored about 11 years ago by hogepodge <[email protected]>
Release 0.3.0-rc1 of the puppetlabs-mongodb module

0bfd28ca9eb3173f7d7f8aef1f97078108e7d89f authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #58 from hogepodge/update_defaults

Added default for all four installation types

d439d4aa3a6daa38ea069538032759277b2a950e authored about 11 years ago by hogepodge <[email protected]>
Fixed whitespace.

dfa32b83b8b98f6df528c692f3e8a788c8d2144b authored about 11 years ago by Chris Hoge <[email protected]>
Added default for all four installation types

Each configuration of MongoDB, across repository and OS, has a
slightly different default config...

41b3ddc9806f448be71e27ac955c46d1dc7bf07a authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #57 from hogepodge/service_enable

Added service_enable parameter.

6c0af75586082c029ee3e2b95cd2b1f6ec4be1ef authored about 11 years ago by hogepodge <[email protected]>
Added service_enable parameter.

Before this change, the mongodb service was started automatically.
This update adds a parameter ...

065e23148155969da6676da50d987e6f2f216c44 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #56 from hogepodge/add_config_options

Configuration update. Add opts, fix whitespace

9fb4ae061b377c49814726bd68dfd6b9c3b33419 authored about 11 years ago by hogepodge <[email protected]>
Configuration update. Add opts, fix whitespace

This patch, based off of work done by actionjack, adds several
configuration parameters and clea...

de650d6e4ac0c32ca629cdb276411609b12b9894 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #55 from hogepodge/fix_mongodb_conf_path

For all configurations configuration file is /etc/mongodb.conf except
for 10Gen MongoDB on RHEL...

e4e5a588f30560e7dc37cc37b91802aa91e34140 authored about 11 years ago by hogepodge <[email protected]>
Merge branch 'fix_mongodb_conf_path' of github.com:hogepodge/puppetlabs-mongodb into fix_mongodb_conf_path

ac77fab46fd1d5fb24caa9d2940e77d1b713c59a authored about 11 years ago by Chris Hoge <[email protected]>
Merge branch 'fix_mongodb_conf_path' of github.com:hogepodge/puppetlabs-mongodb into fix_mongodb_conf_path

a17c2c6e0e8663061ccedee544668660505c6473 authored about 11 years ago by Chris Hoge <[email protected]>
Merge branch 'fix_mongodb_conf_path' of github.com:hogepodge/puppetlabs-mongodb into fix_mongodb_conf_path

1decff06faf8351dcf94ba9bb433b49f504e1024 authored about 11 years ago by Chris Hoge <[email protected]>
Fixed location of mongo configuration files.

For all configurations configuration file is /etc/mongodb.conf except
for 10Gen MongoDB on RHEL,...

3d6bb9d182f8fb76487532a1e1623858d145f9c8 authored about 11 years ago by Chris Hoge <[email protected]>
Fixed location of mongo configuration files.

For all configurations configuration file is /etc/mongodb.conf except
for 10Gen MongoDB on RHEL,...

4296f67456aa51a83c58f0cdb833f2f43e6beb20 authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #53 from hogepodge/smallfiles

Add support for smallfiles config option.

71f92fd2a505cc8eb98641234651bd13c0ad9632 authored about 11 years ago by hogepodge <[email protected]>
Fixed smallfiles for > 2.6 warnings

9c25245f2c1683406f996b25b7dd6eba117a70e6 authored about 11 years ago by Chris Hoge <[email protected]>
Add support for smallfiles config option.

5214673e91f1ec9c509d2436447dfe8ff194f011 authored about 11 years ago by Michael Arnold <[email protected]>
Merge pull request #51 from hogepodge/hubspotdevops-logpath_dbpath_ensure

Fix user group and log directories for 10gen/local

d79d11b6735817eae70a1f46189e6558635560ac authored about 11 years ago by hogepodge <[email protected]>
Merge branch 'hubspotdevops-logpath_dbpath_ensure' of github.com:hogepodge/puppetlabs-mongodb into hubspotdevops-logpath_dbpath_ensure

Conflicts:
manifests/params.pp

4b79408dca44afd40946088e0500d744e192c097 authored about 11 years ago by Chris Hoge <[email protected]>
Fix user group and log directories for 10gen/local

Closes #35

Handle logpath correctly based on packages being used. Also ensure that
logpath is ...

6266ff671ba2a53e3ed0f5a7f6875e8c09b4073e authored about 11 years ago by Tom McLaughlin <[email protected]>
Fix user group and log directories for 10gen/local

Closes #35

Handle logpath correctly based on packages being used. Also ensure that
logpath is ...

aebed12c34a996f5754de1b47e0e02d094803323 authored about 11 years ago by Tom McLaughlin <[email protected]>
Merge pull request #52 from hogepodge/remove_2.6_support

Removed test support for Puppet 2.6

ea95ec7c7f62e626dc7ead95fa21b6e80f0a79c6 authored about 11 years ago by hogepodge <[email protected]>
Removed test support for Puppet 2.6

Compatibility for Puppet 2.6 was broken when local varable
reference warning were fixed in templ...

f560e4e92fe93a223d16867b7ad6901f1119396a authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #50 from hogepodge/warnings

Fixed local variable deprecation warnings

85c94a4d2a237fe62b2c1369c265a54f907a5f4c authored about 11 years ago by Branan Purvine-Riley <[email protected]>
Fixed local variable deprecation warnings

Before this patch local variables that appeared in the
mongod.conf.erb template were not prefixe...

2c0960fe507736f4697eb4cf1fd825365edb2e4d authored about 11 years ago by Chris Hoge <[email protected]>
Merge pull request #45 from maestrodev/select_package_version

add support for a specific version

0145634b3a90d585d4223a810c7a23b683b8d88e authored about 11 years ago by hogepodge <[email protected]>
Merge pull request #48 from adrienthebo/test-ruby-193

Run rspec tests on ruby 1.9.3 on travis-ci

52a8299ca7538ed160af4c7c029471baee0b66f2 authored about 11 years ago by hogepodge <[email protected]>
Run rspec tests on ruby 1.9.3 on travis-ci

e8ef14107e0c9d44718327073fc7fbcbdbc2230f authored about 11 years ago by Adrien Thebo <[email protected]>
Merge pull request #47 from adrienthebo/readme-travis-status

Add the travis CI build status link to the README

784c54f95227c544c4b4fc66b3442fc143b16b82 authored about 11 years ago by hogepodge <[email protected]>
Merge pull request #46 from adrienthebo/gemfile-testing

Gemfile testing

b8f9afdd64966b32db600836ce5ba43b7aafc11c authored about 11 years ago by hogepodge <[email protected]>
Add the travis CI build status link to the README

429651c01e0684d22f6999532c5c4cdf3b051468 authored about 11 years ago by Adrien Thebo <[email protected]>
Update README with testing information

7b47f2df1ad108313d72eaa16d65e5bcb2a9b489 authored about 11 years ago by Adrien Thebo <[email protected]>
Move .gemfile to Gemfile, update Gemfile contents

Having a hidden gemfile is very unintuitive, and isn't commonly done.
This commit moves the Gemf...

c01d1ed6f12c52fcbd63b4e89f47acc4716cbe4b authored about 11 years ago by Adrien Thebo <[email protected]>
Merge branch 'readme-fix'

* readme-fix:
Fix for style
Fix README to be valid code

33f4d73418543ac0b5a5ca86fe8db63ed5fa66c5 authored over 11 years ago by Ken Barber <[email protected]>
Fix README to be valid code

108e525cda7a6e039d98bc86b49c46cdc5554043 authored over 11 years ago by Tomas Doran <[email protected]>
Fix for style

Signed-off-by: Ken Barber <[email protected]>

36113d62a43cb3e8e0029c46c0fc9303807bf85b authored over 11 years ago by Ken Barber <[email protected]>
add support for a specific version

By default, the module will continue to ensure the package is installed, but
a user may configur...

ded4b41fb52931e85370c60f0668d1538e6911d0 authored over 11 years ago by Brett Porter <[email protected]>
Merge pull request #44 from apenney/020-release

Release 0.2.0.

164e249ec5a5963d26f6beb284895d48143616ce authored over 11 years ago by Ashley Penney <[email protected]>
Release 0.2.0.

ae75fcca85049ba16fc669fbef80b9b4d4ed9b88 authored over 11 years ago by Ashley Penney <[email protected]>
Merge pull request #24 from khussey/bug/master/23

Removing duplicate parameter definition.

3a0574a4a664cfcff197829eb70976c4862db57a authored about 12 years ago by Daniel Pittman <[email protected]>
Removing duplicate parameter definition. fixes #23

01e2606338fd1d715f32321172eeeab435a548bd authored about 12 years ago by Kenn Hussey <[email protected]>
Merge pull request #11 from nanliu/release_0.1.0

Update for release 0.1.0

691620d9058e7b41110793abe59442c4d463d568 authored over 12 years ago by Nan Liu <[email protected]>
Merge pull request #10 from nanliu/lint

Fix lint issue with boolean value.

bd13e24ba8715c265d69c2532853e7844c0b9c40 authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Update for release 0.1.0

5c3b8fcf4a5cbea768b3cdb32922b6a7cb4d23ce authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Fix lint issue with boolean value.

44dcfc805862fd7db8b03ddaf0121487ebbc6fcb authored over 12 years ago by Nan Liu <[email protected]>
Merge pull request #8 from nanliu/tb/rhel

Update mongodb to support RHEL family.

a07fea7bd437280727bdfe746338dcf6365218c5 authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Change mongodb to install from os repo.

3b0d5e8d2a08ce8311c9a26e721b03c4ec97bbeb authored over 12 years ago by Nan Liu <[email protected]>
Update mongodb to support RHEL family.

* Add support for RHEL, CentOS.
* Add source options.
* Add management of mongod.conf.

cbd81d91bbc2937578758c0d3bc5512005c84d77 authored over 12 years ago by Nan Liu <[email protected]>
Merge pull request #6 from branan/use_spechelper_gem

Update module for the puppetlabs_spec_helper gem

c93ee61758695e0233a2e370ab54e355705efe87 authored over 12 years ago by Nan Liu <[email protected]>
Update module for the puppetlabs_spec_helper gem

* Use `rake spec` in the travis config
* Load Rakefile and spec_helper from the common code in t...

23a452f7f57819d6f7dab790b58e921d5de8d501 authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Merge pull request #5 from nanliu/tb/release

Release new version of mongodb.

f412c1a4b5f3b64d6cc613c32335f182268163f3 authored over 12 years ago by Gary Larizza <[email protected]>
Release new version of mongodb.

Add new release and CHANGELOG.

2be9591060939d7edcd8ddd98e8f522c39cff68c authored over 12 years ago by Nan Liu <[email protected]>
Merge pull request #4 from branan/update_module_layout

Update for the new module template

13d0a1571b98c2239b16f9c5d2685d6b1dcdf9e2 authored over 12 years ago by Nan Liu <[email protected]>
Update for the new module template

These changesmake it easier for both humans and computers to run the spec tests

* Add `rake spe...

b68ee209f322e7187e1dc528b28146f3dd1e65fc authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Merge pull request #3 from mrobbert/patch-1

Fix typo of mongrodb to mongodb

add58c0f2c586d212ccc322074bf690c1b93e397 authored over 12 years ago by Dan Bode <[email protected]>
Fix typo of mongrodb to mongodb

48b919aa7023281f9fe03ce3e0b149c7ab95abd2 authored over 12 years ago by Michael Robbert <[email protected]>
Merge pull request #1 from branan/travisci

Add files for Travis CI

29ebc95de2bb101e43c729fa2bad1351d7d2094a authored over 12 years ago by Nan Liu <[email protected]>
Merge pull request #2 from nanliu/tb/remove_pin

Remove pin from 10gen apt::source.

9eadecc98a6a14afb05922d30f1c089bffcd7ebb authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Remove pin from 10gen apt::source.

Remove repo pin. The negative number was causing spec failure on 2.6.

4b9dd0362acb5444c3df7d2d6aa7840560ebb329 authored over 12 years ago by Nan Liu <[email protected]>
Add files for Travis CI

dc6bb5a481d4d7f4c066d641ddbfe58947671448 authored over 12 years ago by Branan Purvine-Riley <[email protected]>
Update README documentation.

a1e51fab243be1754efa8a2d4478bd35043a971a authored over 12 years ago by Nan Liu <[email protected]>
Add spec test for mongodb class.

b135a8faf01b4d7b58f2c0e8522c5fd98b3e231f authored over 12 years ago by Nan Liu <[email protected]>
Add Modulefile, license, and rakefile.

7cf3cfcd4519fd0d806dac54bd3d39d7dda4f200 authored over 12 years ago by Nan Liu <[email protected]>
Fix puppet-lint related issues.

7dd6276fc7ff7bcb530d108f28e7d756631ba159 authored over 12 years ago by Nan Liu <[email protected]>
Initial commit.

1f14118019d1724b885b4f104477066341d8a26b authored over 12 years ago by Nan Liu <[email protected]>