voxpupuli / puppet-mongodb

mongodb installation
Apache License 2.0
93 stars 451 forks source link

Replace deprecated db.isMaster() with db.hello() #747

Open h-haaks opened 7 months ago

h-haaks commented 7 months ago

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