We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa29d79 commit d823991Copy full SHA for d823991
cookbooks/boxcutter_builder/recipes/default.rb
@@ -21,6 +21,8 @@
21
}
22
23
if arm64_self_hosted_runner_list.include?(node['hostname'])
24
+ include_recipe 'boxcutter_onepassword::cli'
25
+
26
node.default['boxcutter_prometheus']['node_exporter']['command_line_flags'] = {
27
'collector.systemd' => nil,
28
'collector.processes' => nil,
@@ -73,6 +75,8 @@
73
75
74
76
77
if new_amd64_self_hosted_runner_list.include?(node['hostname'])
78
79
80
81
82
0 commit comments