solr: Fixed logging
This commit is contained in:
parent
10274a23fe
commit
0f1d4fdac7
2 changed files with 18 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue