Class MCollective::Registration::Agentlist
In: plugins/mcollective/registration/agentlist.rb
Parent: Base

A registration plugin that simply sends in the list of agents we have

Methods

body  

Public Instance methods

[Source]

   # File plugins/mcollective/registration/agentlist.rb, line 5
5:             def body
6:                 Agents.agentlist
7:             end

[Validate]