puppet-mongodb icon indicating copy to clipboard operation
puppet-mongodb copied to clipboard

mongodb installation

Results 81 puppet-mongodb issues
Sort by recently updated
recently updated
newest added

#### Pull Request (PR) description Add support for replication.enableMajorityReadConcern setting in mongod.conf. #### This Pull Request (PR) fixes the following issues #542

enhancement
needs-work
merge-conflicts

modulesync 5.1.0

modulesync
merge-conflicts

#### Pull Request (PR) description Fix for several issues: SSL, Replicaset initialization, Secondary checking, etc.. #### This Pull Request (PR) fixes the following issues Enable MongoDB 5.0 support Fix mongorcjs...

Hi Guys, I have a bit of an issue with the merged debian 10 support https://github.com/voxpupuli/puppet-mongodb/pull/619/files With defining a version to 4.4.8 https://github.com/voxpupuli/puppet-mongodb/blob/master/manifests/globals.pp#L20 puppet will make sure that 4.4.8 is...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: n/a - Ruby: n/a - Distribution: n/a - Module version: `4.1.0` - r10k version: `3.5.2` ## How to reproduce (e.g...

- Puppet: 6.22.1 - Ruby: 2.5.9 - Distribution: CentOS 7.7 - Module version: 3.1.0 commit 9e5c471c9ba2c2a4aace84862d151d6737af3de9 with name "**added support for mongo 5.x**" It's possible to install MongoDB 5.x with...

bug

Example code: ``` mongodb_user { 'user': name => 'user', ensure => present, database => 'test', password => 'password', roles => ['readWrite'], tries => 10, } ``` apply agent: ``` #...

bug

Hello, I upgraded from 2.1.0 to 2.4.1, and I encountered a problem where my arbiter started as a secondary. After some search I found that this PR: https://github.com/voxpupuli/puppet-mongodb/pull/478/files look like...

Hello, is there a plan to support centos/rhel version 8 for this module?

An initial puppet run (eg. in a vagrant box) will produce an error while trying to resolve the mongodb_version fact: ``` Facter: error while resolving custom fact "mongodb_version": undefined method...

tests-fail