We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d12b00c + bf419cc commit 5ab96e5Copy full SHA for 5ab96e5
task_spec/spec/acceptance/init_spec.rb
@@ -42,7 +42,10 @@ def log_output_errors(result)
42
# release of puppet-agent includes support for these platforms, they can be removed from this method and added to
43
# the logic that determines the puppet_7_version variable below.
44
def latest_platform_list
45
- %r{osx-15-arm64}
+ %r{
46
+ osx-15-arm64|
47
+ fedora-41
48
+ }x
49
end
50
51
it 'works with version and install tasks' do
0 commit comments