Skip to content

Commit

Permalink
(PE-36725) Update Aix's pe_repo class name
Browse files Browse the repository at this point in the history
  • Loading branch information
cthorn42 committed Aug 28, 2023
1 parent ebaceb2 commit 7e00ba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/beaker-pe/install/pe_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ def deploy_frictionless_to_master(host)
else
klass = "pe_repo::platform::windows_x86_64"
end
elsif platform =~ /aix-.*-power/ && !version_is_less(master[:pe_ver], '2022.99.99')
klass = "pe_repo::platform::aix_power"
else
klass = "pe_repo::platform::#{klass}"
end
Expand Down

0 comments on commit 7e00ba8

Please sign in to comment.