Update mcollective.init according to OSCI-855
[packages/precise/mcollective.git] / spec / unit / generators / snippets / data_ddl
1 metadata :name => "%FULLNANE%",
2          :description => "%DESCRIPTION%",
3          :author => "%AUTHOR%",
4          :license => "%LICENSE%",
5          :version => "%VERSION%",
6          :url => "%URL%",
7          :timeout => %TIMEOUT%
8
9 dataquery :description => "Query information" do
10   input :query,
11         :prompt => "%PROMP%",
12         :description => "%DESCRIPTION%",
13         :type => %TYPE%,
14         :validation => %VALIDATION%,
15         :maxlength => %MAXLENGTH%
16
17   output :output,
18          :description => "%DESCRIPTION%",
19          :display_as => "%DESCRIPTION%"
20 end