Skip to content
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

add support for mongodb 5.0 for debian #623

Closed
wants to merge 1 commit into from

Conversation

hdep
Copy link
Contributor

@hdep hdep commented Sep 3, 2021

Pull Request (PR) description

Adds apt key for debian/ubuntu mongo repo for mongodb version 5.0

This Pull Request (PR) fixes the following issues

same PR as #615 fix #614

Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please address the CI failure?

When done, can you please combine your commits in a single one?

From your working directory:

git rebase -i origin/master # Interactively rewrite history

This will bring your editor. Keep the first line unchanged, and replace pick with squash for all subsequent lines. Save and quit, your editor will allow you to combine the commit messages in a single commit message.

Then push your updated branch:

git push -f            # Send the changes (-f is required because we re-wrote history)

lib/puppet/provider/mongodb.rb Outdated Show resolved Hide resolved
fix missing provider

Update lib/puppet/provider/mongodb.rb

Co-authored-by: Romain Tartière <romain@blogreen.org>

Use empty lines between method definitions

remove trailing whitespace
@hdep
Copy link
Contributor Author

hdep commented Sep 6, 2021

@smortex done !

@hdep
Copy link
Contributor Author

hdep commented Sep 11, 2021

any change to get this merge soon ?

thank you

@bastelfreak
Copy link
Member

hey @hdep . Is this still required since #615 is merged? (I'm confused a bit that I don't see a merge conflict)

@hdep
Copy link
Contributor Author

hdep commented Oct 21, 2021

nope, this was done because #615 was inactive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing key for Apt for installing 5.0 mongo
3 participants