Skip to content

Commit dc592ca

Browse files
committed
(MODULES-11268) Remove support for Fedora 34
Fedora 34 reached end-of-life in June 2022. This commit removes Fedora 34 from puppetlabs-puppet_agent.
1 parent f87de98 commit dc592ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

spec/classes/puppet_agent_osfamily_redhat_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
end
2121

22-
[['Rocky', 'el/8', 8], ['AlmaLinux', 'el/8', 8], ['Fedora', 'fedora/f34', 34], ['CentOS', 'el/7', 7], ['Amazon', 'el/6', 2017], ['Amazon', 'el/7', 2]].each do |os, urlbit, osmajor|
22+
[['Rocky', 'el/8', 8], ['AlmaLinux', 'el/8', 8], ['Fedora', 'fedora/f36', 36], ['CentOS', 'el/7', 7], ['Amazon', 'el/6', 2017], ['Amazon', 'el/7', 2]].each do |os, urlbit, osmajor|
2323
context "with #{os} and #{urlbit}" do
2424
let(:facts) do
2525
super().merge(operatingsystem: os, operatingsystemmajrelease: osmajor)

task_spec/spec/acceptance/init_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def log_output_errors(result)
5252
'6.19.1'
5353
when %r{fedora-31}
5454
'6.20.0'
55-
when %r{fedora-34}
56-
'6.23.0'
5755
when %r{osx-10.14}
5856
'6.18.0'
5957
when %r{osx-10.15}

0 commit comments

Comments
 (0)