Skip to content

Commit

Permalink
(PE-38079) Ensure puppet 8 deps are included in bolt-server-main
Browse files Browse the repository at this point in the history
Bolt-server main uses this shared runtime project, ensure required gems are bundled.
  • Loading branch information
donoghuc committed Apr 16, 2024
1 parent 68dc664 commit f17b121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/projects/_shared-pe-bolt-server_with_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
proj.component('rubygem-aws-sdk-core')
proj.component('rubygem-aws-sdk-ec2')
proj.component('rubygem-aws-sigv4')
proj.component('rubygem-base64')
proj.component('rubygem-bcrypt_pbkdf')
proj.component('rubygem-bindata')
proj.component('rubygem-builder')
Expand Down Expand Up @@ -175,6 +176,7 @@
proj.component('rubygem-net-scp')
proj.component('rubygem-net-ssh')
proj.component('rubygem-net-ssh-krb')
proj.component('rubygem-nkf')
proj.component('rubygem-nori')
proj.component('rubygem-rubyntlm')
proj.component('rubygem-orchestrator_client')
Expand Down

0 comments on commit f17b121

Please sign in to comment.