Update version according to OSCI-856
[packages/precise/mcollective.git] / plugins / mcollective / discovery / stdin.ddl
1 metadata    :name        => "stdin",
2             :description => "STDIN based discovery for node identities",
3             :author      => "Tomas Doran <bobtfish@bobtfish.net.net>",
4             :license     => "ASL 2.0",
5             :version     => "0.1",
6             :url         => "http://marionette-collective.org/",
7             :timeout     => 0
8
9 discovery do
10     capabilities :identity
11 end