metadata :name => "summary", :description => "Displays the summary of a set of results", :author => "Pieter Loubser ", :license => "ASL 2.0", :version => "1.0", :url => "http://projects.puppetlabs.com/projects/mcollective-plugins/wiki", :timeout => 5 usage <<-USAGE This aggregate plugin will display the summary of a set of results. DDL Example: summarize do aggregate summary(:value) end Sample Output: host1.example.com Property: collectives Value: ["mcollective", "uk_collective"] Summary of Value: mcollective = 25 uk_collective = 15 fr_collective = 9 us_collective = 1 USAGE