Project

General

Profile

Download (171 Bytes) Statistics
| Branch: | Tag: | Revision:
define foreman::plugin(
$package = "${foreman::plugin_prefix}${title}"
) {
package { $package:
ensure => installed,
notify => Class['foreman::service'],
}
}
(6-6/9)