Skip to content

Commit

Permalink
Merge pull request #675 from skyamgarp/PA-5013
Browse files Browse the repository at this point in the history
(PA-5013) Add Red Hat 9 (ARM64) to the puppet_agent module task
  • Loading branch information
skyamgarp authored Oct 16, 2023
2 parents 2920159 + 3b6d239 commit 39d8ab9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def log_output_errors(result)
puppet_7_version = case target_platform
when %r{debian-11}
'7.9.0'
when %r{el-9}
when %r{el-9-x86_64}
'7.14.0'
when %r{fedora-36}
'7.19.0'
Expand All @@ -55,6 +55,8 @@ def log_output_errors(result)
when %r{osx-12}, %r{ubuntu-22.04}
'7.18.0'
when %r{osx-13}
'7.26.0'
when %r{el-9-aarch64}
'latest'
else
'7.18.0'
Expand All @@ -69,7 +71,7 @@ def log_output_errors(result)
# else
# end
case target_platform
when %r{osx-13}
when %r{el-9-aarch64}
puppet_7_collection = 'puppet7-nightly'
puppet_8_collection = 'puppet8-nightly'
else
Expand All @@ -87,7 +89,7 @@ def log_output_errors(result)
# true
# end
multiple_puppet7_versions = case target_platform
when %r{osx-13}
when %r{osx-13|el-9-aarch64}
false
else
true
Expand Down

0 comments on commit 39d8ab9

Please sign in to comment.