Fixed mythweb datadir permissions for mythtv 0.25 series.
This commit is contained in:
parent
3d66d00958
commit
3888a337f8
1 changed files with 6 additions and 2 deletions
|
@ -157,10 +157,14 @@ class mythtv::mythweb {
|
|||
fail("\$apache::sslserver::group not defined, include apache::sslserver class before mythtv::mythweb class")
|
||||
}
|
||||
|
||||
file { "/usr/share/mythweb/data":
|
||||
file { [
|
||||
"/usr/share/mythweb/data",
|
||||
"/usr/share/mythweb/data/tv_icons",
|
||||
"/usr/share/mythweb/data/cache",
|
||||
]:
|
||||
ensure => directory,
|
||||
mode => "0770",
|
||||
owner => root,
|
||||
owner => "root",
|
||||
group => $apache::sslserver::group,
|
||||
seltype => "httpd_sys_rw_content_t",
|
||||
require => Package["mythweb"],
|
||||
|
|
Loading…
Add table
Reference in a new issue