X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=lib%2Fmcollective%2Fgenerators%2Ftemplates%2Fplugin.erb;fp=lib%2Fmcollective%2Fgenerators%2Ftemplates%2Fplugin.erb;h=db7e9d1756b2bdab5ec2412b976d6ccab57ef170;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/lib/mcollective/generators/templates/plugin.erb b/lib/mcollective/generators/templates/plugin.erb new file mode 100644 index 0000000..db7e9d1 --- /dev/null +++ b/lib/mcollective/generators/templates/plugin.erb @@ -0,0 +1,7 @@ +module MCollective + module <%= @mod_name%> + class <%= @plugin_name.capitalize -%><<%= @pclass%> +<%= @content%> + end + end +end