Skip to content

Commit dd32e84

Browse files
(PA-7222) Add Amazon FIPS 2023 (x86_64) support in task acceptance tests
This commit adds Amazon FIPS 2023 (x86_64) support to task acceptance tests. Support for puppet7 to puppet8 upgrade tests has not been added since puppet7 is EOL and its packages were not built for the platform.
1 parent 14b1844 commit dd32e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

task_spec/spec/acceptance/init_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def latest_platform_list
4545
%r{
4646
fedora-41|
4747
osx-15-arm64|
48-
osx-15-x86_64
48+
osx-15-x86_64|
49+
amazonfips-2023
4950
}x
5051
end
5152

0 commit comments

Comments
 (0)