Skip to content

Commit 8dd416a

Browse files
committed
hiera-eyaml: clarify base64 ordering
1 parent 10acb8d commit 8dd416a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
proj.component 'puppet-ca-bundle'
4747
proj.component "ruby-#{proj.ruby_version}"
4848

49+
# needs to come before hiera-eyaml. Otherwise vanagon tries to install a deb/rpm called rubygem-base64
4950
proj.component 'rubygem-base64'
5051
proj.component 'rubygem-concurrent-ruby'
5152
proj.component 'rubygem-deep_merge'

configs/projects/openbolt-runtime.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
proj.component 'rubygem-bindata'
176176
proj.component 'rubygem-builder'
177177
proj.component 'rubygem-CFPropertyList'
178+
# needs to come before hiera-eyaml. Otherwise vanagon tries to install a deb/rpm called rubygem-base64
178179
proj.component 'rubygem-base64'
179180
proj.component 'rubygem-rexml'
180181
proj.component 'rubygem-colored2'

0 commit comments

Comments
 (0)