Fixed depency error from mythtv module.

This commit is contained in:
Timo Mkinen 2012-08-31 14:49:20 +03:00
parent b20d368bb3
commit 2390603711

View file

@ -63,10 +63,11 @@ class mythtv::backend {
}
file { "/etc/mythtv/.mythtv":
ensure => directory,
mode => "0755",
owner => "root",
group => "root",
ensure => directory,
mode => "0755",
owner => "root",
group => "root",
require => Package["mythtv-backend"],
}
file { "/etc/mythtv/.mythtv/mysql.txt":
ensure => link,