-
Notifications
You must be signed in to change notification settings - Fork 309
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
Use apt::source keyring to fix apt-key deprecated warnings #885
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Tim Meusel <[email protected]>
Co-authored-by: Kenyon Ralph <[email protected]>
Co-authored-by: Kenyon Ralph <[email protected]>
Thanks for your contribution and good suggestions @bastelfreak @kenyon ! In my opinion at least spec/shared_examples/repos.rb line 24-29 need some adjustment. |
Yes, tests should be added or updated to test this new code. |
Added some working unit-tests with 5373dea Since acceptance tests already check if installation of docker is working (and using sources is a part of it) I think there are no additional acceptance tests needed. |
@kenyon @bastelfreak for some reason the PR Test / Windows 2022, puppet6-nightly keeps failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested this, but if it works for you in production, then 👍
I don't have merge ability in this repo.
#rebased |
@bastelfreak can you approve the workflows? |
Failed tests are not related to Puppet code. |
Apologies for the delay in response @vegaaz! Thanks for all the work on this one! |
Branch rebased |
Windows 2022 nightly tests are failing because of: @bastelfreak @jordanbreen28 how do we handle this ? Try again ? |
Sorry for the delay @vegaaz.. There are some bits of work ongoing in this module that we'd like to get in first before moving on with this (like support for Puppet 8), but I've made a note so this PR doesn't sit idle waiting for a response on us like it has done. (Apologies again..) |
Hey @vegaaz! |
Hi @jordanbreen28 I rebased the Branch. |
This PR could possibly resolve #884