Fixed mythtv service depencies.

This commit is contained in:
Timo Mkinen 2012-07-01 20:36:24 +03:00
parent a0d1bb3a08
commit be027c023f

View file

@ -82,7 +82,7 @@ class mythtv::backend {
ensure => running,
enable => true,
hasstatus => true,
require => Package["mythtv-backend"],
require => [ Package["mythtv-backend"], Package["mythtv-setup"], ],
}
file { "/etc/cron.daily/mythorphans":