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 a009be1 commit 67f9eb6Copy full SHA for 67f9eb6
lib/puppet/provider/mongodb_replset/mongo.rb
@@ -130,7 +130,7 @@ def master_host(members)
130
end
131
132
def self.replset_properties
133
- conn_string = conn_string
+ conn_string = conn_string # rubocop:disable Lint/SelfAssignment
134
begin
135
output = mongo_command('rs.conf()', conn_string)
136
rescue Puppet::ExecutionFailure
0 commit comments