Convert the telegraf_plugins_extra varaible to a hash so that we can merge the hashes of multiple var files

This commit is contained in:
Troy Jendra
2018-05-06 16:54:34 +10:00
parent 2f3b11241d
commit 51ac4b7640
4 changed files with 29 additions and 29 deletions

View File

@ -46,7 +46,7 @@ telegraf_plugins_default:
- plugin: kernel
# extra configuration - /etc/telegraf/telegraf.d/*
telegraf_plugins_extra: []
telegraf_plugins_extra: {}
# RedHat specific settings for convenience
telegraf_redhat_releasever: "$releasever"