Skip to content

Commit d30cbd8

Browse files
authored
Update deployments/chef/recipes/default.rb
1 parent 40fd269 commit d30cbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/chef/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Older MSI versions can't properly setup the collector configuration
1616
# in this case, we need to use the registry to set the environment variables.
17-
# Testing also showed custom configuration variables also require this.
17+
# Custom variables also require using the registry, as the MSI doesn't support it.
1818
if !node['splunk_otel_collector']['collector_msi_is_configurable'] || !node['splunk_otel_collector']['collector_additional_env_vars'].empty?
1919
include_recipe 'splunk_otel_collector::collector_win_registry'
2020
end

0 commit comments

Comments
 (0)