diff --git a/ejabberd/manifests/init.pp b/ejabberd/manifests/init.pp index 1a9feb8..69ea55a 100644 --- a/ejabberd/manifests/init.pp +++ b/ejabberd/manifests/init.pp @@ -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",