From 4b4476b6c9cd2ccceae9f4f41f8cef41a991ee0d Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Tue, 25 Mar 2025 14:28:55 +0100 Subject: [PATCH] Fix syntac in telegraf2 class, SC-2522 --- .../etc/puppet/modules/eid/manifests/telegraf2.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/global/overlay/etc/puppet/modules/eid/manifests/telegraf2.pp b/global/overlay/etc/puppet/modules/eid/manifests/telegraf2.pp index e1fb70e9..df221dd8 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/telegraf2.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/telegraf2.pp @@ -12,11 +12,11 @@ class eid::telegraf2 ( ) { # Get influx values - $influxdb2_token = hiera(influxdb2_token,NOT_SET_IN_HIERA) - $influx2_token = hiera(influx2_token,NOT_SET_IN_HIERA) - $influxdb2_org = hiera(influxdb2_org,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_token = hiera(influxdb2_token,'NOT_SET_IN_HIERA') + $influx2_token = hiera(influx2_token,'NOT_SET_IN_HIERA') + $influxdb2_org = hiera(influxdb2_org,'NOT_SET_IN_HIERA') + $influxdb2_bucket = hiera(influxdb2_bucket,'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 } concat {"${service_dir}/telegraf.conf":