Skip to content

Commit 5b97a01

Browse files
committed
Update latest platforms
This commit updates tests to use released versions of puppet-agent for Ubuntu 24.04 and Fedora 40 instead of nightlies.
1 parent 51c1b67 commit 5b97a01

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ def log_output_errors(result)
4242
# used for target_platform, which will use latest puppet_agent
4343
# in below mentioned test spec
4444
def latest_platform_list
45-
%r{
46-
ubuntu-24|
47-
fedora-40
48-
}x
45+
# %r{operatingsystem-version-architecture}
4946
end
5047

5148
it 'works with version and install tasks' do
@@ -72,8 +69,10 @@ def latest_platform_list
7269
'7.28.0'
7370
when %r{debian-12}
7471
'7.29.0'
75-
when %r{el-9-ppc64le}, %r{amazon-2}
72+
when %r{el-9-ppc64le}, %r{amazon-2}, %r{fedora-40}
7673
'7.31.0'
74+
when %r{ubuntu-24.04}
75+
'7.32.1'
7776
when latest_platform_list
7877
'latest'
7978
else

0 commit comments

Comments
 (0)