Change source structure according to OSCI-991
[packages/precise/mcollective.git] / mcollective-2.3.3 / lib / mcollective / generators / templates / plugin.erb
1 module MCollective
2   module <%= @mod_name%>
3     class <%= @plugin_name.capitalize -%><<%= @pclass%>
4 <%= @content%>
5     end
6   end
7 end