Fix syntax in telegraf2 compose, SC-2522
This commit is contained in:
parent
4b4476b6c9
commit
70feb8aca7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
- INFLUXDB2_BUCKET=<%= @influxdb2_bucket %>
|
||||
- INFLUXDB2_BUCKET_PROXY=<%= @influxdb2_bucket_proxy %>
|
||||
<% if @influx2_token != 'NOT_SET_IN_HIERA' -%>
|
||||
- INFLUX2_TOKEN=<%= @influx2_token" %>
|
||||
- INFLUX2_TOKEN=<%= @influx2_token %>
|
||||
<% end -%>
|
||||
|
||||
hostname: <%= @server_fqdn %>
|
||||
|
|
Loading…
Add table
Reference in a new issue