Fix telegraf invalid TOML syntax

Change-Id: Ie3022d1721f43dc84e4228331d0d2f6f3a3c7ebd
Closes-Bug: 1875613
This commit is contained in:
xiaojueguan 2020-04-29 11:11:05 +08:00
parent 8618cfac2f
commit 7ad7c88046

View File

@ -19,7 +19,7 @@
retention_policy = "autogen"
write_consistency = "any"
timeout = "5s"
tls_ca = {{ openstack_cacert }}
tls_ca = "{{ openstack_cacert }}"
{% endfor %}
{% endif %}
[[inputs.cpu]]