From ceb84e7bf31e494e2fd5767f939c5de3b946955a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 28 Feb 2021 03:37:39 -0500 Subject: actually fix secrets use --- modules/tick/manifests/client.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/tick') diff --git a/modules/tick/manifests/client.pp b/modules/tick/manifests/client.pp index cc18078..d8d2654 100644 --- a/modules/tick/manifests/client.pp +++ b/modules/tick/manifests/client.pp @@ -3,6 +3,8 @@ class tick::client { ensure => installed; } + $influxdb_token = secret::value('influxdb_token') + file { "/etc/telegraf/telegraf.conf": content => template("tick/telegraf.conf"), -- cgit v1.2.3-54-g00ecf