diff --git a/mythtv/manifests/init.pp b/mythtv/manifests/init.pp index e589936..5b37e87 100644 --- a/mythtv/manifests/init.pp +++ b/mythtv/manifests/init.pp @@ -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":