From 782e12cad208ff5d97ab65c76de31aa9504fad8b Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 26 Aug 2013 14:07:45 +0300 Subject: [PATCH] solr: Include apache modules required for solr proxy --- solr/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/manifests/init.pp b/solr/manifests/init.pp index 226ef22..1b27353 100644 --- a/solr/manifests/init.pp +++ b/solr/manifests/init.pp @@ -171,6 +171,10 @@ class solr { } if $solr_webhosts { + include apache::mod::proxy + include apache::mod::proxy_http + include apache::mod::rewrite + apache::configfile { "solr.conf": http => false, source => "puppet:///modules/solr/solr-httpd.conf",