d5c2225fed5fc25c52be1beff1a79b27ead4907e
[packages/precise/mcollective.git] / website / messages / PLMC27.md
1 ---
2 layout: default
3 title: Message detail for PLMC27
4 toc: false
5 ---
6
7 Detail for Marionette Collective message PLMC27
8 ===========================================
9
10 Example Message
11 ---------------
12
13     Formats supplied to aggregation functions must have a :format key
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 could not be correctly parsed.