Skip to content

Commit 8a5a580

Browse files
authored
Add prerequisites for op_read (#49)
1 parent aa29d79 commit 8a5a580

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)