We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd426a3 commit e435beaCopy full SHA for e435bea
lib/puppet/provider/mongodb_replset/mongo.rb
@@ -163,7 +163,7 @@ def get_hosts_status(members)
163
end
164
165
if status.key?('errmsg') && status['errmsg'].include?('no replset config has been received')
166
- Puppet.info 'Mongo v4 rs.status() RS not initialized output'
+ Puppet.debug 'Mongo v4 rs.status() RS not initialized output'
167
alive.push(member)
168
169
0 commit comments