Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
typo3-solr
Commits
d062ae2a
Commit
d062ae2a
authored
Sep 07, 2016
by
Markus Guenther
Browse files
[TASK] Add default tika server version
parent
7b782acc
Changes
2
Show whitespace changes
Inline
Side-by-side
providers/app.rb
View file @
d062ae2a
...
...
@@ -227,7 +227,6 @@ action :add do
source
"
#{
tika_server_uri
}
/tika-server-
#{
new_resource
.
tika_server
}
.jar"
mode
0550
notifies
:restart
,
'service[tomcat]'
,
:immediately
only_if
{
Gem
::
Version
.
new
(
new_resource
.
tika_server
)
>
Gem
::
Version
.
new
(
'0.0.0'
)
}
end
...
...
resources/app.rb
View file @
d062ae2a
...
...
@@ -2,7 +2,7 @@ actions :add, :remove
attribute
:name
,
:kind_of
=>
String
,
:name_attribute
=>
true
attribute
:solr
,
:kind_of
=>
String
,
:default
=>
'3.6.2'
attribute
:tika_server
,
:kind_of
=>
String
,
:default
=>
'
0.0.0
'
attribute
:tika_server
,
:kind_of
=>
String
,
:default
=>
'
1.13
'
attribute
:extension
,
:kind_of
=>
String
,
:default
=>
'2.8'
attribute
:plugin
,
:kind_of
=>
String
,
:default
=>
'0.0.0'
attribute
:plugin_access
,
:kind_of
=>
String
,
:default
=>
'0.0.0'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment