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
Unfortunately my environment is a bit of a disaster which prevents me from using your cookbook directly, but I did lift CollectdConfig::write_elements() for writing collectd configs. However, I have come across some situations where I need multiple config blocks of the same type, eg:
Unfortunately my environment is a bit of a disaster which prevents me from using your cookbook directly, but I did lift
CollectdConfig::write_elements()
for writing collectd configs. However, I have come across some situations where I need multiple config blocks of the same type, eg:Which doesn't work with the current version of this function, so I've modified it as follows to allow for arrays of hashes:
So now the directive hash below will produce the desired config in the example above.
The text was updated successfully, but these errors were encountered: