X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2Fclasses%2FMCollective%2FRegistration.html;fp=doc%2Fclasses%2FMCollective%2FRegistration.html;h=0000000000000000000000000000000000000000;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=6b4292b6449d601536304409c4d4a807c85afde5;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/classes/MCollective/Registration.html b/doc/classes/MCollective/Registration.html deleted file mode 100644 index 6b4292b..0000000 --- a/doc/classes/MCollective/Registration.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - Module: MCollective::Registration - - - - - - - - - - -
- - - - - - - - - - -
ModuleMCollective::Registration
In: - - lib/mcollective/registration/base.rb - -
- - lib/mcollective/registration.rb - -
-
-
- - -
- - - -
- -
-

-Registration is implimented using a module -structure and installations can configure which module they want to use. -

-

-We provide a simple one that just sends back the list of current known -agents in MCollective::Registration::Agentlist, you can create your own: -

-

-Create a module in plugins/mcollective/registration/<yourplugin>.rb -

-

-You can inherit from MCollective::Registration::Base in which -case you just need to supply a body method, whatever this method -returns will be send to the middleware connection for an agent called -registration -

- -
- - -
- - -
- - - - -
- -
-

Classes and Modules

- - Class MCollective::Registration::Base
- -
- - - - - - - - - - -
- - -
-

[Validate]

-
- - - \ No newline at end of file