voxpupuli / puppet-collectd

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

Convert plugin_instance_format from Enum to String #969

Closed leifmadsen closed 3 years ago

leifmadsen commented 3 years ago

The plugin_instance_format (PluginInstanceFormat) parameter in the collectd virt plugin is capable of taking multiple values, not a single value from an Enum list.

Fixes #968