class MCollective::Registration::Agentlist

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

Public Instance Methods

body() click to toggle source
# File plugins/mcollective/registration/agentlist.rb, line 5
def body
    Agents.agentlist
end