voxpupuli / puppet-mongodb

mongodb installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

h-haaks opened this issue · comments

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