Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.56 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. module MCollective
  2.     module Agent
  3.         class Test<RPC::Agent
  4.             metadata :name        => 'Brass Monkey',
  5.                      :description => 'Deploy packages. Unleash the Brass Monkey.',
  6.                      :author      => 'dan@plizy.com',
  7.                      :license     => 'other',
  8.                      :version     => '1.2',
  9.                      :url         => 'none',
  10.                      :timeout     => 30
  11.  
  12.             action 'buildgem' do
  13.                 buildgem
  14.             end
  15.  
  16. ### that worked BEFORE i tried to implement the .ddl goes here....