Changed mythtv::mythweb class to use new apache module.
This commit is contained in:
parent
77e3fa32ce
commit
fe8d2c3bcc
2 changed files with 223 additions and 0 deletions
|
@ -120,6 +120,12 @@ class mythtv::mythweb {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
apache::configfile { "mythweb.conf":
|
||||
content => template("mythtv/mythweb.conf.erb"),
|
||||
http => false,
|
||||
require => Package["mythweb"],
|
||||
}
|
||||
|
||||
file { "/usr/share/mythweb/data":
|
||||
ensure => directory,
|
||||
mode => 0770,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue