Update mcollective to 2.3.3 for MOS 6.1
[packages/trusty/mcollective.git] / spec / unit / generators / snippets / data_ddl
diff --git a/spec/unit/generators/snippets/data_ddl b/spec/unit/generators/snippets/data_ddl
deleted file mode 100644 (file)
index a37ec10..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-metadata :name => "%FULLNANE%",
-         :description => "%DESCRIPTION%",
-         :author => "%AUTHOR%",
-         :license => "%LICENSE%",
-         :version => "%VERSION%",
-         :url => "%URL%",
-         :timeout => %TIMEOUT%
-
-dataquery :description => "Query information" do
-  input :query,
-        :prompt => "%PROMP%",
-        :description => "%DESCRIPTION%",
-        :type => %TYPE%,
-        :validation => %VALIDATION%,
-        :maxlength => %MAXLENGTH%
-
-  output :output,
-         :description => "%DESCRIPTION%",
-         :display_as => "%DESCRIPTION%"
-end