Skip to content

Commit

Permalink
Merge pull request puppetlabs#2512 from span786/PA-6381-add-redhat-9-…
Browse files Browse the repository at this point in the history
…power9-platform-definition-to-puppet-agent-for-main

(PA-6381): Added el-9-ppc64le platform for puppet-agent
  • Loading branch information
span786 authored Apr 18, 2024
2 parents d691121 + 7a75af0 commit 58b02c1
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 58b02c1

Please sign in to comment.