Skip to content

Commit

Permalink
(PA-6619) Add Fedora 41 (x86_64) support in task acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Jan 29, 2025
1 parent d12b00c commit bf419cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ def log_output_errors(result)
# release of puppet-agent includes support for these platforms, they can be removed from this method and added to
# the logic that determines the puppet_7_version variable below.
def latest_platform_list
%r{osx-15-arm64}
%r{
osx-15-arm64|
fedora-41
}x
end

it 'works with version and install tasks' do
Expand Down

0 comments on commit bf419cc

Please sign in to comment.