Project

General

Profile

Download (205 Bytes) Statistics
| Branch: | Tag: | Revision:
# Katello Services
class katello::service {
include pulp::service

service {'katello-jobs':
ensure => running,
enable => true,
hasstatus => true,
hasrestart => true,
}
}
(5-5/5)