Skip to content

Commit 9bcb026

Browse files
committed
salt: remove "do" from logging command
1 parent 9cc9a51 commit 9bcb026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/salt/splunk-otel-collector/fluentd.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set message = 'Fluentd support has been deprecated and will be removed in a future release. Please refer to documentation on how to replace usage: https://github.com/signalfx/splunk-otel-collector/blob/main/docs/deprecations/fluentd-support.md' %}
22
Log deprecation message about Fluentd:
3-
{%- do salt["log.warning"](message) -%}
3+
{%- salt["log.warning"](message) -%}
44

55
{% set splunk_fluentd_config = salt['pillar.get']('splunk-otel-collector:splunk_fluentd_config', '/etc/otel/collector/fluentd/fluent.conf') %}
66

0 commit comments

Comments
 (0)