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.
1 parent 51c1b67 commit 5b97a01Copy full SHA for 5b97a01
task_spec/spec/acceptance/init_spec.rb
@@ -42,10 +42,7 @@ def log_output_errors(result)
42
# used for target_platform, which will use latest puppet_agent
43
# in below mentioned test spec
44
def latest_platform_list
45
- %r{
46
- ubuntu-24|
47
- fedora-40
48
- }x
+ # %r{operatingsystem-version-architecture}
49
end
50
51
it 'works with version and install tasks' do
@@ -72,8 +69,10 @@ def latest_platform_list
72
69
'7.28.0'
73
70
when %r{debian-12}
74
71
'7.29.0'
75
- when %r{el-9-ppc64le}, %r{amazon-2}
+ when %r{el-9-ppc64le}, %r{amazon-2}, %r{fedora-40}
76
'7.31.0'
+ when %r{ubuntu-24.04}
+ '7.32.1'
77
when latest_platform_list
78
'latest'
79
else
0 commit comments