Update version according to OSCI-883
[packages/precise/mcollective.git] / plugins / mcollective / pluginpackager / templates / module / _manifest.pp.erb
1 #
2 class <%= @package_name %>::<%= @klass %> {
3   <% if @plugin.packagedata[:common] && @klass != 'common' %>
4   include ::<%= @package_name %>::common
5   <% end %>
6   mcollective::plugin { '<%= @package_name %>/<%= @klass %>':
7     source => 'puppet:///modules/<%= @package_name %>/<% @klass %>',
8   }
9 }