voxpupuli / puppet-mongodb

mongodb installation
Apache License 2.0
93 stars 451 forks source link

Fix replicaset provider when auth is disabled #734

Closed stevenpost closed 7 months ago

stevenpost commented 8 months ago

When authentication is disabled, MongoDB still tells you are unauthorised.

Fixes #731

stevenpost commented 7 months ago

Switched back to draft, because it appears that our config is just plain wrong with regards to authentication. Investigating.

stevenpost commented 7 months ago

https://github.com/voxpupuli/puppet-mongodb/issues/731 was a bogus issue, so this is a bogus PR. The actual useful stuff was put into a separate PR.