We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10acb8d commit 8dd416aCopy full SHA for 8dd416a
2 files changed
configs/projects/agent-runtime-main.rb
@@ -46,6 +46,7 @@
46
proj.component 'puppet-ca-bundle'
47
proj.component "ruby-#{proj.ruby_version}"
48
49
+ # needs to come before hiera-eyaml. Otherwise vanagon tries to install a deb/rpm called rubygem-base64
50
proj.component 'rubygem-base64'
51
proj.component 'rubygem-concurrent-ruby'
52
proj.component 'rubygem-deep_merge'
configs/projects/openbolt-runtime.rb
@@ -175,6 +175,7 @@
175
proj.component 'rubygem-bindata'
176
proj.component 'rubygem-builder'
177
proj.component 'rubygem-CFPropertyList'
178
179
180
proj.component 'rubygem-rexml'
181
proj.component 'rubygem-colored2'
0 commit comments