Update mcollective.init according to OSCI-855
[packages/precise/mcollective.git] / website / messages / PLMC25.md
1 ---
2 layout: default
3 title: Message detail for PLMC25
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     aggregate method for action 'rpcutil' is missing a function parameter
11
12 Additional Information
13 ----------------------
14
15 DDL files can declare aggregation rules for the data returned by actions as seen below:
16
17          summarize do
18             aggregate summary(:collectives)
19          end
20
21 This error indicates that you did not supply the argument - :collectives in this example.