Changed mythtv::mythweb class to use new apache module.

This commit is contained in:
Timo Mkinen 2009-11-26 22:36:16 +02:00
parent 77e3fa32ce
commit fe8d2c3bcc
2 changed files with 223 additions and 0 deletions

View file

@ -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,