Project

General

Profile

Download (382 Bytes) Statistics
| Branch: | Tag: | Revision:
# Provides a common class to install foreman-compute
# used by multiple compute resources
#
# === Parameters:
#
# $version:: Package version to install, defaults to installed
# type:Optional[String]
#
class foreman::compute::foreman_compute ( $version = 'installed' ) {
package { 'foreman-compute':
ensure => $version,
tag => [ 'foreman-compute', ],
}
}
(2-2/8)