Skip to content

Commit

Permalink
(CAT-1869) - Add puppet-modulebuilder to pdk bundled gems
Browse files Browse the repository at this point in the history
This commit adds the puppet-modulebuilder gem to the gems bundled with
the pdk. This gem is no required for the module build functionality.
  • Loading branch information
jordanbreen28 committed Jul 10, 2024
1 parent 08c0261 commit fb2676a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/components/rubygem-puppet-modulebuilder.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# component 'rubygem-puppet-modulebuilder' do |pkg, settings, platform|
# pkg.version '1.0.0'
# pkg.sha256sum 'cf9d9e8146aeae780b7c61f30847a4cb631debcf708c21281976d5ed79820cfd'

# instance_eval File.read('configs/components/_base-rubygem.rb')
# end
3 changes: 3 additions & 0 deletions configs/projects/_pdk-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
proj.component 'rubygem-addressable'
proj.component 'rubygem-json-schema'

# PDK build
# proj.component 'rubygem-puppet-modulebuilder'

# Other deps
proj.component 'rubygem-deep_merge'
proj.component 'rubygem-json_pure'
Expand Down

0 comments on commit fb2676a

Please sign in to comment.