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

dns_rfc2136_spec, dns_route53_spec: add Fedora 32, drop Fedora 30, 31 #256

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

kenyon
Copy link
Member

@kenyon kenyon commented Nov 15, 2021

Support for Fedora 30 and 31 was removed in #235.

@root-expert root-expert merged commit 0cc0cfd into voxpupuli:master Nov 15, 2021
@@ -17,7 +17,7 @@ class { 'letsencrypt':
osrelease = facts[:os]['release']['major']
osfull = "#{osname}-#{osrelease}"
case osfull
when 'Debian-10', 'Debian-11', 'AlmaLinux-8', 'RedHat-8', 'Ubuntu-20.04', 'Ubuntu-18.04', 'Fedora-30', 'Fedora-31'
when 'Debian-10', 'Debian-11', 'AlmaLinux-8', 'RedHat-8', 'Ubuntu-20.04', 'Ubuntu-18.04', 'Fedora-32'
Copy link
Member

Choose a reason for hiding this comment

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

Can't we use /^Fedora-/ instead to make it ready for the future? Same with Debian and Ubuntu.

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.

3 participants