solr: Include apache modules required for solr proxy
This commit is contained in:
parent
45882e5b48
commit
782e12cad2
1 changed files with 4 additions and 0 deletions
|
@ -171,6 +171,10 @@ class solr {
|
||||||
}
|
}
|
||||||
|
|
||||||
if $solr_webhosts {
|
if $solr_webhosts {
|
||||||
|
include apache::mod::proxy
|
||||||
|
include apache::mod::proxy_http
|
||||||
|
include apache::mod::rewrite
|
||||||
|
|
||||||
apache::configfile { "solr.conf":
|
apache::configfile { "solr.conf":
|
||||||
http => false,
|
http => false,
|
||||||
source => "puppet:///modules/solr/solr-httpd.conf",
|
source => "puppet:///modules/solr/solr-httpd.conf",
|
||||||
|
|
Loading…
Add table
Reference in a new issue