Sha256: fb7d5357b67aa82d93d0a5abc1958d0772ed3e495364e1e1cbe54ed311ecb31e

Contents?: true

Size: 778 Bytes

Versions: 54

Compression:

Stored size: 778 Bytes

Contents

metadata  :name        => "summary",
          :description => "Displays the summary of a set of results",
          :author      => "Pieter Loubser <pieter.loubser@puppetlabs.com>",
          :license     => "ASL 2.0",
          :version     => "1.0",
          :url         => "https://docs.puppetlabs.com/mcollective/plugin_directory/",
          :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

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
mcollective-client-2.11.3 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.11.2 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.11.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.11.0 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.4 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.3 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.2 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.0 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.7 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.8 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.9.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.9.0 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.9 lib/mcollective/aggregate/summary.ddl