Add parameter docs in telegraf class, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-03-31 09:30:21 +02:00
parent b950a0fab9
commit 0502b4d7a6
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -9,6 +9,7 @@
# @param influxdb2_org Influx organization (referenced in compose file)
# @param influxdb2_bucket Influx bucket name (referenced in compose file)
# @param influxdb2_bucket_proxy Influx bucket name (referenced in compose file)
# @param use_ftics This should be true if sunet::fticks is used
class eid::telegraf2 (
Enum['proxy', 'log'] $server_type,
String $version = 'latest',