telegraf class

This commit is contained in:
Leif Johansson 2020-03-30 15:41:04 +02:00
parent 0083320f69
commit a82528ed84
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6

View file

@ -1,3 +1,5 @@
require stdlib
class eid::telegraf(String $version = "stable") {
$influxdb2_token = hiera("influxdb2_token","NOT_SET_IN_HIERA")
file {['/etc/telegraf','/etc/telegraf/telegraf.conf.d']: ensure => directory }