summaryrefslogtreecommitdiffstats
path: root/modules/tick/manifests/client.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-28 03:36:36 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-28 03:36:36 -0500
commitf884a539aacf9a0eb83339e24bf7880a36f8a050 (patch)
tree30f082387e1ac229e979747476227d14f9276f67 /modules/tick/manifests/client.pp
parent67b3a2808db2d47ed47d5f56c521eacf19099efd (diff)
downloadpuppet-tozt-f884a539aacf9a0eb83339e24bf7880a36f8a050.tar.gz
puppet-tozt-f884a539aacf9a0eb83339e24bf7880a36f8a050.zip
fix one more reference
Diffstat (limited to 'modules/tick/manifests/client.pp')
-rw-r--r--modules/tick/manifests/client.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/tick/manifests/client.pp b/modules/tick/manifests/client.pp
index 8dadda4..cc18078 100644
--- a/modules/tick/manifests/client.pp
+++ b/modules/tick/manifests/client.pp
@@ -3,9 +3,6 @@ class tick::client {
ensure => installed;
}
- $influxdb_username = secret::value('influxdb_username')
- $influxdb_password = secret::value('influxdb_password')
-
file {
"/etc/telegraf/telegraf.conf":
content => template("tick/telegraf.conf"),