ejabberd: Include apache modules required for bosh proxy

This commit is contained in:
Ossi Salmi 2013-08-20 14:52:00 +03:00
parent 7f92851e16
commit 86a06817bd

View file

@ -157,6 +157,10 @@ class ejabberd {
}
if $ejabberd_webhosts {
include apache::mod::proxy
include apache::mod::proxy_http
include apache::mod::rewrite
file { $htdocs:
ensure => directory,
mode => "0755",