Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / website / messages / PLMC27.md
diff --git a/website/messages/PLMC27.md b/website/messages/PLMC27.md
new file mode 100644 (file)
index 0000000..d5c2225
--- /dev/null
@@ -0,0 +1,22 @@
+---
+layout: default
+title: Message detail for PLMC27
+toc: false
+---
+
+Detail for Marionette Collective message PLMC27
+===========================================
+
+Example Message
+---------------
+
+    Formats supplied to aggregation functions must have a :format key
+
+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 could not be correctly parsed.