Skip to content

Commit d823991

Browse files
committed
Add prerequisites for op_read
1 parent aa29d79 commit d823991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbooks/boxcutter_builder/recipes/default.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
}
2222

2323
if arm64_self_hosted_runner_list.include?(node['hostname'])
24+
include_recipe 'boxcutter_onepassword::cli'
25+
2426
node.default['boxcutter_prometheus']['node_exporter']['command_line_flags'] = {
2527
'collector.systemd' => nil,
2628
'collector.processes' => nil,
@@ -73,6 +75,8 @@
7375
}
7476

7577
if new_amd64_self_hosted_runner_list.include?(node['hostname'])
78+
include_recipe 'boxcutter_onepassword::cli'
79+
7680
node.default['boxcutter_prometheus']['node_exporter']['command_line_flags'] = {
7781
'collector.systemd' => nil,
7882
'collector.processes' => nil,

0 commit comments

Comments
 (0)