Skip to content

Commit

Permalink
Merge pull request #681 from xepa/fixes680
Browse files Browse the repository at this point in the history
Remove extra line causing errors: "Started a new thread for the timer service"
  • Loading branch information
kenyon committed Nov 29, 2023
2 parents 6aa1f37 + 28fc480 commit ab148b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/util/mongodb_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def self.sanitize(data)
data.gsub!(%r{^Error:.+}, '')
data.gsub!(%r{^.*warning:.+}, '') # remove warnings if sslAllowInvalidHostnames is true
data.gsub!(%r{^.*The server certificate does not match the host name.+}, '') # remove warnings if sslAllowInvalidHostnames is true mongo 3.x
data.gsub!(%r{^.*Started a new thread for the timer service.+}, '') # Started a new thread for the timer service mongo 5.x (SERVER-78540)
data
end
end
Expand Down

0 comments on commit ab148b5

Please sign in to comment.