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

…while auth is enabled #### Pull Request (PR) description On arbitrator servers you get the following message when auth is enabled: ``` Notice: /Stage[main]/Mongodb::Replset/Mongodb_replset[example_set]/ensure: created (corrective) Warning: Host mongoarb01:27017 is...

Currently the mongodb command `updateUser` defaults to SCRAM-SHA-256 but you can't update these passwords. And also show an error when the update goes wrong. #### Pull Request (PR) description Currently...

bug

modulesync 9.0.0

modulesync

I've discoverd a problem with creating replicasets, databases and users when TLS is enabled and the certificates doesn't include 127.0.0.1 as name. The mongosh command is using 127.0.0.1 as host...

To not reveal sensitive Data * either wrap the rendered Template in `manifests/server/config.pp`, like ```puppet file { $rcfile: ensure => file, content => Sensitive(template('mongodb/mongorc.js.erb')), ``` * or use EPP instead...

Now that we have mongodb 7.x support and we have breaking changes already in the next release, do we bump default repo version to 7.0 as well?

#### Pull Request (PR) description As this module now support the latest mongodb versions the default repo version should reflect this. #### This Pull Request (PR) fixes the following issues...

enhancement

## What are you seeing When working on integration tests with `mongodb::server::create_admin=true` I noticed prefetch of databases failed. The error was fixed in the provider, but it bot me thinking...

The isMaster() command was deprecated in Mongodb 4.4.2 We should start using the hello() command in facts and provider implementations.

#### Pull Request (PR) description Default version in globals.pp doesn't allow to use repo_location and having repo_location doesn't work at all, because it fails on check, as version is always...