From a2828322db923e9086596bde46f3a790600e41df Mon Sep 17 00:00:00 2001 From: donoghuc Date: Wed, 27 Mar 2024 09:12:57 -0700 Subject: [PATCH] (PE-36494) Ship puppet gem with installer runtime --- configs/projects/_shared-pe-installer-runtime.rb | 1 + configs/projects/pe-installer-runtime-2021.7.x.rb | 2 +- configs/projects/pe-installer-runtime-main.rb | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/projects/_shared-pe-installer-runtime.rb b/configs/projects/_shared-pe-installer-runtime.rb index c9d2cd548..fec319e75 100644 --- a/configs/projects/_shared-pe-installer-runtime.rb +++ b/configs/projects/_shared-pe-installer-runtime.rb @@ -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') diff --git a/configs/projects/pe-installer-runtime-2021.7.x.rb b/configs/projects/pe-installer-runtime-2021.7.x.rb index 9f820b608..04fe59f22 100644 --- a/configs/projects/pe-installer-runtime-2021.7.x.rb +++ b/configs/projects/pe-installer-runtime-2021.7.x.rb @@ -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 diff --git a/configs/projects/pe-installer-runtime-main.rb b/configs/projects/pe-installer-runtime-main.rb index ae441cb73..f54ae8001 100644 --- a/configs/projects/pe-installer-runtime-main.rb +++ b/configs/projects/pe-installer-runtime-main.rb @@ -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