## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: - Ruby: - Distribution: - Module version: 12.1.0 ## How to reproduce (e.g Puppet code you use) Try to use ordering on plugins like `aggregation`: ```puppet class { '::collectd::plugin::aggregation': order => 20, aggregations => {...}, } ``` ## What are you seeing The plumbing doesn't exist ## What behaviour did you expect instead That the plumbing exists to pass the parameter ## Output log ## Any additional information you'd like to impart I think this is a straight forward feature request. I'll try to find time to make a PR. Let me know if I can answer any questions.