Update version according to OSCI-856
[packages/precise/mcollective.git] / plugins / mcollective / discovery / stdin.ddl
diff --git a/plugins/mcollective/discovery/stdin.ddl b/plugins/mcollective/discovery/stdin.ddl
new file mode 100644 (file)
index 0000000..a90dad7
--- /dev/null
@@ -0,0 +1,11 @@
+metadata    :name        => "stdin",
+            :description => "STDIN based discovery for node identities",
+            :author      => "Tomas Doran <bobtfish@bobtfish.net.net>",
+            :license     => "ASL 2.0",
+            :version     => "0.1",
+            :url         => "http://marionette-collective.org/",
+            :timeout     => 0
+
+discovery do
+    capabilities :identity
+end