You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont think that #25 actually fixes this... If I set a value for telegraf::inputs (or telegraf::outputs) then the value from telegraf::params isn't read.
Fixes#27. This wasn't implemented correctly in #25. The `$telegraf::params::inputs` and `$telegraf::params::outputs` values are never read because they are only provided as a default value.
It would be convenient if this module could do something similar to https://forge.puppet.com/yo61/logrotate, which exposes a
$hieramergeparameter:Currently, we are using the following workaround:
This workaround is required because Puppet 3's automatic parameter lookup doesn't support deep merging.
The text was updated successfully, but these errors were encountered: