Project

General

Profile

Download (552 Bytes) Statistics
| Branch: | Tag: | Revision:
# Data for the foreman-tasks plugin
class foreman::plugin::tasks::params {
case $::osfamily {
'RedHat': {
$service = 'foreman-tasks'
case $::operatingsystem {
'fedora': {
$package = 'rubygem-foreman-tasks'
}
default: {
$package = 'tfm-rubygem-foreman-tasks'
}
}
}
'Debian': {
$package = 'ruby-foreman-tasks'
$service = 'ruby-foreman-tasks'
}
default: {
fail("${::hostname}: foreman-tasks does not support osfamily ${::osfamily}")
}
}
}
    (1-1/1)