Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / lib / mcollective / generators / templates / plugin.erb
diff --git a/lib/mcollective/generators/templates/plugin.erb b/lib/mcollective/generators/templates/plugin.erb
new file mode 100644 (file)
index 0000000..db7e9d1
--- /dev/null
@@ -0,0 +1,7 @@
+module MCollective
+  module <%= @mod_name%>
+    class <%= @plugin_name.capitalize -%><<%= @pclass%>
+<%= @content%>
+    end
+  end
+end