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
This fixes a old silent bug that was created by
395036a
This commit makes it possible define single process again like:
collectd::plugin::processes::process { 'collectd' : }
Without also having to create:
class { 'collectd::plugin::processes':
processes => [ 'foo', 'bar' }
This fixes the issues voxpupuli#652 and voxpupuli#595.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Code taken from README.md:
What are you seeing
It generates the following once run on the server:
What behaviour did you expect instead
I would expect it to contain definitions for elastic and collectd service.
If i use
everything works as expected
Output log
The text was updated successfully, but these errors were encountered: