Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #809 from donoghuc/PE-36494
Browse files Browse the repository at this point in the history
(PE-36494) Ship puppet gem with installer runtime
  • Loading branch information
donoghuc authored Mar 27, 2024
2 parents df6e677 + a282832 commit 68650ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/projects/_shared-pe-installer-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
proj.component('rubygem-orchestrator_client')
proj.component('rubygem-public_suffix')
proj.component('rubygem-paint')
proj.component('rubygem-puppet')
proj.component('rubygem-puppet_forge')
proj.component('rubygem-puppet-resource_api')
proj.component('rubygem-puppet-strings')
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/pe-installer-runtime-2021.7.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

# rubygem-net-ssh included in shared-agent-components
proj.setting(:rubygem_net_ssh_version, '5.2.0')

proj.setting(:rubygem_puppet_version, '7.27.0')
instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end
1 change: 1 addition & 0 deletions configs/projects/pe-installer-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

# rubygem-net-ssh included in shared-agent-components
proj.setting(:rubygem_net_ssh_version, '7.0.1')
proj.setting(:rubygem_puppet_version, '8.3.1')
instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end

0 comments on commit 68650ed

Please sign in to comment.