Sha256: 6bec69cf265f453ebe80c8aa1201253bdf9dc761e2f5b9cf48ff90bc4866bf0c
Contents?: true
Size: 210 Bytes
Versions: 37
Compression:
Stored size: 210 Bytes
Contents
module MCollective module Registration # A registration plugin that simply sends in the list of agents we have class Agentlist<Base def body Agents.agentlist end end end end
Version data entries
37 entries across 37 versions & 2 rubygems