]> review.fuel-infra Code Review - packages/precise/mcollective.git/blob - ext/vim/_.snippets
Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / ext / vim / _.snippets
1 snippet mcagent
2         module MCollective
3           module Agent
4             class ${1:Agentname}<RPC::Agent
5               action "${2:action name}" do
6                 ${3}
7               end
8             end
9           end
10         end