Fix syntac in telegraf2 class, SC-2522
This commit is contained in:
parent
23867ae9a6
commit
4b4476b6c9
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ class eid::telegraf2 (
|
||||||
) {
|
) {
|
||||||
|
|
||||||
# Get influx values
|
# Get influx values
|
||||||
$influxdb2_token = hiera(influxdb2_token,NOT_SET_IN_HIERA)
|
$influxdb2_token = hiera(influxdb2_token,'NOT_SET_IN_HIERA')
|
||||||
$influx2_token = hiera(influx2_token,NOT_SET_IN_HIERA)
|
$influx2_token = hiera(influx2_token,'NOT_SET_IN_HIERA')
|
||||||
$influxdb2_org = hiera(influxdb2_org,NOT_SET_IN_HIERA)
|
$influxdb2_org = hiera(influxdb2_org,'NOT_SET_IN_HIERA')
|
||||||
$influxdb2_bucket = hiera(influxdb2_bucket,NOT_SET_IN_HIERA)
|
$influxdb2_bucket = hiera(influxdb2_bucket,'NOT_SET_IN_HIERA')
|
||||||
$influxdb2_bucket_proxy = hiera(influxdb2_bucket_proxy,NOT_SET_IN_HIERA)
|
$influxdb2_bucket_proxy = hiera(influxdb2_bucket_proxy,'NOT_SET_IN_HIERA')
|
||||||
|
|
||||||
file {[$service_dir,"${service_dir}/telegraf.conf.d"]: ensure => directory }
|
file {[$service_dir,"${service_dir}/telegraf.conf.d"]: ensure => directory }
|
||||||
concat {"${service_dir}/telegraf.conf":
|
concat {"${service_dir}/telegraf.conf":
|
||||||
|
|
Loading…
Add table
Reference in a new issue