-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(CAT-1869) - Add puppet-modulebuilder to pdk bundled gems
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
1 parent
08c0261
commit fb2676a
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters