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