Fixed depency error from mythtv module.
This commit is contained in:
parent
b20d368bb3
commit
2390603711
1 changed files with 5 additions and 4 deletions
|
@ -63,10 +63,11 @@ class mythtv::backend {
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/mythtv/.mythtv":
|
file { "/etc/mythtv/.mythtv":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => "0755",
|
mode => "0755",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
|
require => Package["mythtv-backend"],
|
||||||
}
|
}
|
||||||
file { "/etc/mythtv/.mythtv/mysql.txt":
|
file { "/etc/mythtv/.mythtv/mysql.txt":
|
||||||
ensure => link,
|
ensure => link,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue