Skip to content

Commit 4fe8294

Browse files
committed
(PA-5318) Add Debian 11 (ARM) to the puppet_agent module task acceptance
1 parent e545b3f commit 4fe8294

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

task_spec/spec/acceptance/init_spec.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def latest_platform_list
4747
ubuntu-22\.04-aarch64|
4848
amazon-2023|
4949
osx-14|
50-
debian-12
50+
debian-12|
51+
debian-11-aarch64
5152
}x
5253
end
5354

@@ -57,7 +58,7 @@ def latest_platform_list
5758
# official packages won't be released until later. During the N+1 release, you'll
5859
# want to change `target_platform` to be the first version (N) that added the OS.
5960
puppet_7_version = case target_platform
60-
when %r{debian-11}
61+
when %r{debian-11-amd64}
6162
'7.9.0'
6263
when %r{el-9-x86_64}
6364
'7.14.0'

0 commit comments

Comments
 (0)