- module MCollective
- module Agent
- class Test<RPC::Agent
- metadata :name => 'Brass Monkey',
- :description => 'Deploy packages. Unleash the Brass Monkey.',
- :author => 'dan@plizy.com',
- :license => 'other',
- :version => '1.2',
- :url => 'none',
- :timeout => 30
- action 'buildgem' do
- buildgem
- end
- ### that worked BEFORE i tried to implement the .ddl goes here....