Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / website / messages / PLMC31.md
1 ---
2 layout: default
3 title: Message detail for PLMC31
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     No dataquery has been defined in the DDL for data plugin 'package'
11
12 Additional Information
13 ----------------------
14
15 Each data plugin requires a DDL that has a 'dataquery' block in it.
16
17     dataquery :description => "Agent Meta Data" do
18         .
19         .
20     end
21
22 This error indicates that the DDL file for a specific data plugin did not contain this block.