The collectd::plugin::virt plugin sets the plugin_instance_format parameter as a list of available options via Enum. This is not necessary as multiple values can be set, just like the hostname_format.
The Enum should be converted to a String in the manifests/plugins/virt.pp file.
The collectd::plugin::virt plugin sets the plugin_instance_format parameter as a list of available options via Enum. This is not necessary as multiple values can be set, just like the hostname_format.
The
Enum
should be converted to aString
in themanifests/plugins/virt.pp
file.