voxpupuli / puppet-collectd

Collectd module for Puppet
https://forge.puppet.com/puppet/collectd
Apache License 2.0
69 stars 272 forks source link

collectd::plugin::virt plugin_instance_format should not be Enum #968

Closed leifmadsen closed 3 years ago

leifmadsen commented 3 years ago

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.