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
e650786e
Commit
e650786e
authored
Oct 01, 2020
by
Stefan Galinski
🎮
Browse files
[TASK] Fix java cookbook usage to the recommended alternative
parent
7f5feb7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e650786e
...
...
@@ -68,7 +68,7 @@ Integration Example
node
.
default
[
'typo3_site'
][
'hostname'
]
=
false
base_hostname
=
node
[
'typo3_site'
][
'hostname'
]
||
node
[
'ubuntu_base'
][
'hostname'
]
if
node
[
'typo3_site'
][
'solr'
][
'init'
]
include_recipe
'java
'
openjdk_install
'11
'
include_recipe
'typo3_solr'
typo3_solr_app
'solr'
do
...
...
attributes/default.rb
View file @
e650786e
default
[
'java'
][
'jdk_version'
]
=
'8'
default
[
'typo3_solr'
][
'solr'
][
'solr_home'
]
=
'/opt/solr'
default
[
'typo3_solr'
][
'solr'
][
'tika_home'
]
=
'/opt/tika'
default
[
'typo3_solr'
][
'solr'
][
'systemd'
]
=
'/lib/systemd/system'
\ No newline at end of file
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