- Jan 14, 2016
-
-
Alessandro Costantini authored
-
Alessandro Costantini authored
Fix for password issues during mongodb startup; Password hash control disabled due to double hashing See merge request !3
-
Alessandro Costantini authored
Fix for password issues during mongodb startup; Password hash control disabled due to double hashing
-
- Dec 15, 2015
-
-
David Schmitt authored
Normalize spacing in template
-
- Dec 05, 2015
-
-
Spencer Krum authored
added yum proxy options Merged with tests failing because master tests are also failing(only puppet 4/ruby 2.1.6) for unrelated reasons.
-
- Dec 04, 2015
-
-
Alexander Brovman authored
-
- Nov 03, 2015
-
-
Spencer Krum authored
Fix speling error
-
- Nov 02, 2015
-
-
Jakob Schlyter authored
-
- Oct 23, 2015
-
-
JT (Jonny) authored
(MODULES-2636) Fix mongodb_user role management
-
Gavin Williams authored
(MODULES-2636) Switch to comparing current roles value with @property_hash[:roles] value, and fix failing tests as a result
-
Jesse Lovelace authored
(#1947) Improve support for MongoDB authentication
-
Gavin Williams authored
management. Adds the ability to create an 'administration' MongoDB user account, which then gets stored in a mongorc.js file which enables Puppet to connect to MongoDB without credentials. Admin username and password can be over-ridden via 'admin_username' and 'admin_password' parameters. Replica set configuration can be completed as part of mongodb::server class by either providing a list of members using 'replset_members', or a full replica set config hash using 'replset_config'. Alternatively, mongodb::replset can be used to configure replicaset seperately. Any attempt to manage mongodb_db or mongodb_user resources on non-master replicaset members will generate a warning instead of failing.
-
- Oct 12, 2015
-
-
Erik Anderson authored
-
- Sep 15, 2015
-
-
Mathias Klette authored
-
samuel.bufe authored
-
- Sep 09, 2015
-
-
Bryan Jen authored
globals: fix, add pidfilepath to globals when used in params
-
Mathias Klette authored
-
- Sep 08, 2015
-
-
Travis Fields authored
Added an option to set a custom repository location
-
samuel.bufe authored
-
- Sep 03, 2015
-
-
Morgan Haskel authored
(MODULE-1835) Add mongoDB >=3.x new yum repo location
-
- Aug 26, 2015
-
-
Hunter Haugen authored
Revert "Initiate replica set creation from
-
Dan Prince authored
This reverts commit 7dcb230e. The assertion here is that mongodb always listens on localhost and this isn't always the case. Some installations have the mongodb IP set to bind on a separate port and thus initialization could fail.
-
- Aug 21, 2015
-
-
Max Vernimmen authored
-
- Aug 20, 2015
-
-
Hunter Haugen authored
fix 'Undefined variable' by adding 'mongodb::globals::mongos_service_…
-
Morgan Haskel authored
Added specific service provider for Debian
-
Hunter Haugen authored
Implement retries for MongoDB shell commands
-
Hunter Haugen authored
Make distinguish between repo and package mgmt
-
Jan Grewe authored
fix 'Undefined variable' by adding 'mongodb::globals::mongos_service_[enable|ensure|status]' and 'mongodb::params::[pidfilepath|journal]' for Debian"
-
Spencer Krum authored
Module 1835/mongo db 3 engine selection support
-
Morgan Haskel authored
prealloc setting needs to be negated
-
Morgan Haskel authored
Fix replset not working on mongo 3.x
-
Hunter Haugen authored
Changelog: Fix: - ensure that the client install does not start before the repo is setup
-
Igor Brezac authored
-
- Jul 29, 2015
-
-
Travis Fields authored
Fix mongodb_user's username => name
-
- Jul 21, 2015
-
-
Marcin Kulisz authored
-
- Jul 16, 2015
-
-
iberezovskiy authored
If authentication and replica set are enabled we can't create users before replica initialization and we also can't configure replica from any host except localhost.
-
iberezovskiy authored
Retries for MongoDB shell commands could be useful in some cases: * unstable connectivity * when replica or sharding initialization is in process and you should wait some time till its end
-
- Jun 26, 2015
-
-
Wojciech Sielski authored
-
- Jun 25, 2015
-
-
Max Vernimmen authored
Allows user to set the attribute with empty value without affecting the mongod.conf Without this it is not possible to use the wiredTiger engine in MongoDB 3.x. This change is backwards compatible with MongoDB 2.x Add test for mongoDB 3.x engine support
-
Wojciech Sielski authored
-