Skip to content

Commit

Permalink
Merge pull request puppetlabs#808 from puppetlabs/nmburgan-patch-1
Browse files Browse the repository at this point in the history
(maint) Add net-ssh version back into installer runtime 2021.7.x
  • Loading branch information
nmburgan authored Mar 26, 2024
2 parents 3eedb9e + 08fe4ed commit df6e677
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/projects/pe-installer-runtime-2021.7.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
else
proj.setting(:openssl_version, '1.1.1')
end

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

instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end

0 comments on commit df6e677

Please sign in to comment.