Skip to content
Snippets Groups Projects
Commit c79797b7 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Move java/tomcat stuff to the typo3_solr cookbook

parent 2e71faf1
No related branches found
No related tags found
No related merge requests found
if node['platform_version'] == '16.04'
default['tomcat']['base_version'] = 8
default['java']['jdk_version'] = 8
else
default['tomcat']['base_version'] = 6
default['java']['jdk_version'] = 7
default['java']['install_flavor'] = 'oracle'
default['java']['oracle']['accept_oracle_download_terms'] = true
end
default['typo3_site']['ip_address'] = ''
default['typo3_site']['webroot'] = '/var/www'
default['typo3_site']['site_configuration'] = 'SiteConfiguration.php'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment