solr: Fixed logging

This commit is contained in:
Ossi Salmi 2013-08-26 16:49:05 +03:00
parent 10274a23fe
commit 0f1d4fdac7
2 changed files with 18 additions and 11 deletions

View file

@ -60,6 +60,7 @@ class solr {
"/srv/solr/cores/lib",
"/srv/solr/index",
"/srv/solr/run",
"/srv/solr/run/logs",
"/srv/solr/run/solr-webapp",
"/srv/solr/spool", ]:
ensure => directory,
@ -99,6 +100,11 @@ class solr {
target => "/usr/local/share/solr/example/lib",
require => File["/srv/solr/run"],
}
file { "/srv/solr/run/resources":
ensure => link,
target => "/usr/local/share/solr/example/resources",
require => File["/srv/solr/run"],
}
file { "/srv/solr/run/webapps":
ensure => link,
target => "/usr/local/share/solr/example/webapps",