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":
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue