solr: Add jetty configuration
This commit is contained in:
parent
6c56b0dc3b
commit
4c6133d210
2 changed files with 212 additions and 0 deletions
|
@ -105,6 +105,14 @@ class solr(
|
|||
require => File["/srv/solr/run"],
|
||||
before => Service["solr"],
|
||||
}
|
||||
file { "/srv/solr/run/etc/jetty.xml":
|
||||
ensure => present,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
source => "puppet:///modules/solr/jetty.xml",
|
||||
notify => Service["solr"],
|
||||
}
|
||||
file { "/srv/solr/run/lib":
|
||||
ensure => link,
|
||||
target => "/usr/local/share/solr/example/lib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue