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 lib/mcollective/registration/agentlist.rb 5 def body 6 Agents.agentlist 7 end