From f788f10a997542039e0fc369af7512da9aa5415c Mon Sep 17 00:00:00 2001
From: Markus Guenther <markus@sgalinski.de>
Date: Wed, 7 Sep 2016 20:54:29 +0200
Subject: [PATCH] [FEATURE] Add tika server configuration to the solr
 configuration

---
 recipes/default.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/default.rb b/recipes/default.rb
index 6be77a2..7a3a1de 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -532,6 +532,7 @@ if node['typo3_site']['solr']['init']
 	typo3_solr_app 'solr' do
 		solr node['typo3_site']['solr']['version_solr']
 		extension node['typo3_site']['solr']['version_extension']
+		tika_server node['typo3_site']['solr']['version_tika_server']
 		plugin_access node['typo3_site']['solr']['version_plugin_access']
 		plugin_utils node['typo3_site']['solr']['version_plugin_utils']
 		plugin_lang node['typo3_site']['solr']['version_plugin_lang']
-- 
GitLab