Skip to content

Commit 45d9a62

Browse files
authored
Merge pull request #564 from BobosilaVictor/MODULES-11085/fedora34-support
(MODULES-11085) Add Fedora 34 x86_64 to puppet_agent module
2 parents f76e87c + 19baeef commit 45d9a62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"29",
7575
"30",
7676
"31",
77-
"32"
77+
"32",
78+
"34"
7879
]
7980
},
8081
{

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-
[['Fedora', 'fedora/f32', 32], ['CentOS', 'el/7', 7], ['Amazon', 'el/6', 2017], ['Amazon', 'el/7', 2]].each do |os, urlbit, osmajor|
22+
[['Fedora', 'fedora/f34', 34], ['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)

0 commit comments

Comments
 (0)