Skip to content

Commit

Permalink
Merge pull request #233 from cthorn42/maint/main/PE-36725_fix_aix_fri…
Browse files Browse the repository at this point in the history
…ctionles

(PE-36725) Update Aix's pe_repo class name
  • Loading branch information
yachub authored Aug 29, 2023
2 parents ebaceb2 + 7e00ba8 commit 530921a
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 530921a

Please sign in to comment.