From: Guillaume Thouvenin Date: Fri, 21 Oct 2016 14:03:00 +0000 (+0200) Subject: Fix wrong section name for udp X-Git-Tag: 2016.12~1^2~11^2 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=ae3147fa6379b38fa507234cfd4e7152c51d376a;hp=d1c9268814508a317acfdf53085e1135b3b8b2db;ds=inline Fix wrong section name for udp --- diff --git a/influxdb/files/influxdb.conf b/influxdb/files/influxdb.conf index 9cd9437..cdd3bd9 100644 --- a/influxdb/files/influxdb.conf +++ b/influxdb/files/influxdb.conf @@ -315,7 +315,7 @@ reporting-disabled = false ### {%- if server.udp.enabled %} -[udp] +[[udp]] enabled = true bind-address = "{{ server.udp.bind.address }}:{{ server.udp.bind.port }}" # database = "udp" @@ -340,7 +340,7 @@ reporting-disabled = false ] {%- endif %} {%- else %} -[udp] +[[udp]] enabled = false {%- endif %}