-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supported MongoDB Versions #642
Comments
please support both 3x and 4x but check if version > 4.2 then use net.tls currently any is_master checks fail due to deprecation warnings on mongo 4.4 so this is now a showstopper. please note the following forked project handles this : https://github.com/poloz-lab/puppet-mongodb |
Generally speaking, the voxpupuli modules support what upstream support (according to https://www.mongodb.com/support-policy/lifecycles this seems to currently be 4.2, 4.4 and 5.0 for MongoDB) or when installing system packages what the OS support. Support for older (legacy) versions might exist but should not block adding feature to support the current versions of the program. |
#645 is the PR that solves this. |
#677 |
Is there some policy / documentation on what mongodb versions are supported by this module?
I'd like to make a pull request for some changes regarding net.ssl/net.tls changes in recent versions.
MongoDB 4.2 introduced net.tls which is now the recommended way of configuring tls. Since 4.0 is no longer supported since this April would a diff be accepted that requires net.tls / mongodb 4.2?
That would make the change much cleaner / simpler.
The text was updated successfully, but these errors were encountered: