Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
leifmadsen opened this issue Apr 20, 2021 · 0 comments · Fixed by #969
Closed

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

leifmadsen opened this issue Apr 20, 2021 · 0 comments · Fixed by #969

Comments

@leifmadsen
Copy link
Contributor

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.

leifmadsen added a commit to leifmadsen/puppet-collectd that referenced this issue Apr 20, 2021
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.

Closes voxpupuli#968
leifmadsen added a commit to leifmadsen/puppet-collectd that referenced this issue Apr 20, 2021
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 voxpupuli#968
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant