Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / plugins / mcollective / discovery / mc.ddl
diff --git a/plugins/mcollective/discovery/mc.ddl b/plugins/mcollective/discovery/mc.ddl
new file mode 100644 (file)
index 0000000..e29b6de
--- /dev/null
@@ -0,0 +1,11 @@
+metadata    :name        => "mc",
+            :description => "MCollective Broadcast based discovery",
+            :author      => "R.I.Pienaar <rip@devco.net>",
+            :license     => "ASL 2.0",
+            :version     => "0.1",
+            :url         => "http://marionette-collective.org/",
+            :timeout     => 2
+
+discovery do
+    capabilities [:classes, :facts, :identity, :agents, :compound]
+end