49a317d4308f65326de6b52bc6cf0494631d8199
[packages/precise/mcollective.git] / website / messages / PLMC28.md
1 ---
2 layout: default
3 title: Message detail for PLMC28
4 toc: false
5 ---
6
7 Detail for Marionette Collective message PLMC28
8 ===========================================
9
10 Example Message
11 ---------------
12
13     Formats supplied to aggregation functions should be a hash
14
15 Additional Information
16 ----------------------
17
18 DDL aggregate functions can take a custom format as in the example below:
19
20     aggregate average(:total_resources, :format => "Average: %d")
21
22 This error indicate that the :format above was not supplied as a hash as in the above example