forked from ISTI-ansible-roles/ansible-roles
solr-tomcat-instance: Remove the 'tomcat_version' variable.
This commit is contained in:
parent
fc296092d1
commit
a28bdd09ec
|
@ -2,7 +2,6 @@
|
||||||
# solr
|
# solr
|
||||||
solr_http_port: 8983
|
solr_http_port: 8983
|
||||||
tomcat_load_additional_default_conf: True
|
tomcat_load_additional_default_conf: True
|
||||||
tomcat_version: 7
|
|
||||||
# solr needs a lot of time to start if it needs to rebuild its indices
|
# solr needs a lot of time to start if it needs to rebuild its indices
|
||||||
tomcat_restart_timeout: 100000
|
tomcat_restart_timeout: 100000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue