]> review.fuel-infra Code Review - packages/precise/mcollective.git/blob - plugins/mcollective/pluginpackager/templates/module/_manifest.pp.erb
a136f3257119cc717e98d6c59e06225303919ab4
[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 }