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

@ -69,6 +69,7 @@ class mythtv::backend {
service { "mythbackend":
ensure => running,
enable => true,
hasstatus => true,
require => Package["mythtv-backend"],
}