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

mongodb installation

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

Is there some policy / documentation on what mongodb versions are supported by this module? I'd like to make a pull request for some changes regarding net.ssl/net.tls changes in recent...

#### Pull Request (PR) description Add support of TLS options because SSL options are deprecated since MongoDB 4.2. You have to switch explicitly from SSL parameters to TLS parameters in...

## Affected Puppet, Ruby, OS and module versions/distributions - Distribution: 6.0 - Module version: v.4.1.1 ## How to reproduce (e.g Puppet code you use) ``` class { '::mongodb::globals': manage_package_repo =>...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.11.1 - Ruby: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu] - Distribution:"Ubuntu 18.04.3 LTS" with mongo 4.2.0 - Module version: 3.0.0...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.x - Ruby: as delivered with Puppet - Distribution: Debian Buster - Module version: 4.1.1 ## How to reproduce (e.g...

bug

whenever attempting to create a user you get no parameter named 'auth_mechanism' in db.pp line 53 ( I have even hard-coded 'scram_sha_1' as the value and it still show this...is...

#### Pull Request (PR) description Currently setting `ensure => absent` for a user doesn't work for users created in other databases than `admin` #### This Pull Request (PR) fixes the...

The README currently does not give a hint how to configure an arbiter node for a replica set. That feature has been introduced with pull request #182. It should also...

needs-rebase
tests-fail
merge-conflicts

#### Pull Request (PR) description Add support for net.ssl.allowConnectionsWithoutCertificates setting in mongod.conf #### This Pull Request (PR) fixes the following issues

enhancement
needs-work
needs-tests
tests-fail
merge-conflicts

## Improve mongo output handling This PR contains multiple changes to improve stability of parsing `mongo` output: #### changes `printjson` to `JSON.stringify` to avoid internal types In many cases `printjson`...

tests-fail
merge-conflicts