We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0327549 commit 6a5d42aCopy full SHA for 6a5d42a
deployments/chef/recipes/default.rb
@@ -3,7 +3,7 @@
3
4
ruby_block 'splunk-access-token-unset' do
5
block do
6
- raise "Set ['splunk_access_token']['splunk_access_token'] as an attribute or on the node's run_state."
+ raise "Set ['splunk_otel_collector']['splunk_access_token'] as an attribute or on the node's run_state."
7
end
8
only_if { node['splunk_otel_collector']['splunk_access_token'].nil? }
9
0 commit comments