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

The mongodb_user provider does not support creating the user in multiple databases and including the resource more than gives a duplicate resources error. I believe the mongodb_user provider should accept...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.7.1 - Ruby: ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux] - Distribution: CentOS Linux release 7.3.1611 (Core) - Module version: 2.1.0...

bug

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.3.3 - Ruby: 2.4.2p198 - Distribution: RHEL7.4 - Module version: v1.1.0 ## How to reproduce (e.g Puppet code you use)...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.9 - Ruby: ruby 2.0.0p648 (2015-12-16) [x86_64-linux] - Distribution: RHEL7 (u4) - Module version: puppet-mongodb (v2.1.0) ## How to reproduce...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.8 - Ruby: 2.0.0p648 - Distribution: Centos 7 - Module version: 2.1.0 ## How to reproduce (e.g Puppet code you...

bug

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.4.0 - Ruby: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] - Distribution: CentOS 7.4 - Module version: commit fa03a58a1a8212b2b7de9c4c7d0678309ec0d9f6 ## How...

bug

Hi, thanks for your work. I'm looking a way to handle parameters like "storage" (https://docs.mongodb.com/v3.4/reference/configuration-options/#storage-wiredtiger-options) Especially the parameter 'storage.wiredTiger.engineConfig.cacheSizeGB' I didn't see how to handle this by now, is it...

enhancement
question

#### Pull Request (PR) description Added the mechanism parameter for the password_hash command ``` def password_hash=(_value) if db_ismaster command = { updateUser: @resource[:username], pwd: @resource[:password_hash], digestPassword: false } command[:mechanisms] =...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.24.0 - Ruby: 2.5.5p15 - Distribution: Debian 10.12 - Module version: v4.1.0 ## How to reproduce (e.g Puppet code you...

Started to work on some changes to get acceptance/replset_spec.rb tests up and running with Beaker and docker. Created a two node nodeset file. I'm running this with `BEAKER_set=centos-8-replset bundle exec...