puppet-mongodb
puppet-mongodb copied to clipboard
mongodb installation
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.0 - Distribution:centos 7 - Module version: 3.1.0 ## How to reproduce (e.g Puppet code you use) class {'mongodb::globals': manage_package_repo...
Hi, We are trying to setup the replication using this module but getting following error : `Notice: /Stage[main]/Mongodb::Replset/Mongodb_replset[rsmain]/ensure: created Warning: Can't connect to replicaset member 192.168.33.5:8080. Warning: Can't connect to...
#### Pull Request (PR) description Fix ordering of switches in `dbpath_fix`'s `find` command #### This Pull Request (PR) fixes the following issues Fixes #571
It would be nice to add support for managing multiple instances on single host.
## Affected versions - Puppet: 6.10 - Module version: 3.0.0 ## How to reproduce (e.g Puppet code you use) ``` class {'::mongodb::server': storage_engine => 'wiredTiger', dbpath => '/opt/mongodatafiles', dbpath_fix =>...
#### Pull Request (PR) description When setting up a new replica set with authentication enabled the puppet run fails because some exceptions were not caught properly, when getting the user...
## Affected Puppet, Ruby, OS and module versions/distributions It is not puppet related ## How to reproduce (e.g Puppet code you use) set `dbpath_fix` to `true` ``` class { '::mongodb::server':...
Can you provide an example of how to configure a sharded cluster using the module? Is it possible to use it on a single machine, i.e. with separate processes?
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.11.0 - Ruby: ruby 2.0.0p648 (2015-12-16) [x86_64-linux] - Distribution: CentOS Linux release 7.6.1810 (Core) - Module version: 'puppet-mongodb', '3.0.0' ##...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.x - Distribution: Ubuntu - Module version: 3.0.0 ## How to reproduce (e.g Puppet code you use) ``` class {...