diff --git a/task_spec/spec/acceptance/init_spec.rb b/task_spec/spec/acceptance/init_spec.rb index b6fc9028..15a6ec7b 100644 --- a/task_spec/spec/acceptance/init_spec.rb +++ b/task_spec/spec/acceptance/init_spec.rb @@ -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