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

Modernize the module #38

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Modernize the module #38

wants to merge 16 commits into from

Conversation

ekohl
Copy link

@ekohl ekohl commented Jan 8, 2023

This does a lot to bring the module up to current standards. See individual commits for details.

Right now the acceptance tests are incomplete and I haven't had time to look into them. I did notice that nobody serves GPG keys over plain HTTP anymore; they all redirect to HTTPS so I wonder if we should keep testing that.

ekohl added 16 commits December 27, 2022 23:06
There already are beaker-rspec tests, which is the modern way.
These are all outdated and the modern way is to use beaker-hostgenerator
to generate these on the fly.
This allows using modern facts
URI.parse has been removed in Ruby 3. This puts the burden on the caller
in Puppet to provide escaped URLs.
In modern Puppet this can result in it trying to interpret the key IDs
as numbers
@ekohl
Copy link
Author

ekohl commented Jan 8, 2023

GitHub Actions will only run once there is a branch in this repository that adds the same workflow files. A workaround is to once push this branch here and then delete it again. It'll continue running, even on updates.

@jplindquist
Copy link
Contributor

Stumbled across this while we're looking at upgrading to Puppet 8, and potential issues with legacy facts. Curious if there's been any movement on this? Thanks!

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

Successfully merging this pull request may close these issues.

2 participants