Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / website / messages / PLMC28.md
diff --git a/website/messages/PLMC28.md b/website/messages/PLMC28.md
new file mode 100644 (file)
index 0000000..49a317d
--- /dev/null
@@ -0,0 +1,22 @@
+---
+layout: default
+title: Message detail for PLMC28
+toc: false
+---
+
+Detail for Marionette Collective message PLMC28
+===========================================
+
+Example Message
+---------------
+
+    Formats supplied to aggregation functions should be a hash
+
+Additional Information
+----------------------
+
+DDL aggregate functions can take a custom format as in the example below:
+
+    aggregate average(:total_resources, :format => "Average: %d")
+
+This error indicate that the :format above was not supplied as a hash as in the above example