1 2 3 4 5 6 7 8
class check_mk::agent::service { if ! defined(Service['xinetd']) { service { 'xinetd': ensure => 'running', enable => true, } } }