Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / ext / vim / _.snippets
diff --git a/ext/vim/_.snippets b/ext/vim/_.snippets
new file mode 100644 (file)
index 0000000..8ba2f3e
--- /dev/null
@@ -0,0 +1,10 @@
+snippet mcagent
+       module MCollective
+         module Agent
+           class ${1:Agentname}<RPC::Agent
+             action "${2:action name}" do
+               ${3}
+             end
+           end
+         end
+       end