Fixed mythtv service depencies.
This commit is contained in:
parent
a0d1bb3a08
commit
be027c023f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class mythtv::backend {
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
hasstatus => true,
|
hasstatus => true,
|
||||||
require => Package["mythtv-backend"],
|
require => [ Package["mythtv-backend"], Package["mythtv-setup"], ],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/cron.daily/mythorphans":
|
file { "/etc/cron.daily/mythorphans":
|
||||||
|
|
Loading…
Add table
Reference in a new issue