summaryrefslogtreecommitdiffstats
path: root/modules/tick
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-28 03:37:39 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-28 03:37:39 -0500
commitceb84e7bf31e494e2fd5767f939c5de3b946955a (patch)
tree05a4307df95afa289f12069b468658f9669d1ae5 /modules/tick
parentf884a539aacf9a0eb83339e24bf7880a36f8a050 (diff)
downloadpuppet-tozt-ceb84e7bf31e494e2fd5767f939c5de3b946955a.tar.gz
puppet-tozt-ceb84e7bf31e494e2fd5767f939c5de3b946955a.zip
actually fix secrets use
Diffstat (limited to 'modules/tick')
-rw-r--r--modules/tick/manifests/client.pp2
1 files changed, 2 insertions, 0 deletions
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"),