Fixed status query of mythbackend service.

This commit is contained in:
Timo Mkinen 2010-03-17 11:01:02 +02:00
parent 22f0550ef4
commit e4e4ed206b

View file

@ -67,9 +67,10 @@ class mythtv::backend {
}
service { "mythbackend":
ensure => running,
enable => true,
require => Package["mythtv-backend"],
ensure => running,
enable => true,
hasstatus => true,
require => Package["mythtv-backend"],
}
file { "/etc/cron.daily/mythorphans":