Skip to content

Commit

Permalink
(PA-6381): Added el-9-ppc64le platform for puppet-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
span786 committed Apr 17, 2024
1 parent d691121 commit 7a75af0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/platforms/el-9-ppc64le.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform 'el-9-ppc64le' do |plat|
plat.inherit_from_default

packages = %w(gcc gcc-c++ autoconf automake createrepo rsync cmake make rpm-libs rpm-build libarchive)
plat.provision_with "dnf install -y --allowerasing #{packages.join(' ')}"
plat.install_build_dependencies_with 'dnf install -y --allowerasing '
plat.vmpooler_template 'redhat-9-power9'
end

0 comments on commit 7a75af0

Please sign in to comment.