forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears/templates/tomcat-instance-default.j2: we can now add more environment variables to the file.
This commit is contained in:
parent
7dc249bece
commit
a129368684
|
@ -1,2 +1,7 @@
|
||||||
export GHN_HOME={{ smartgears_user_home }}/SmartGears
|
export GHN_HOME={{ smartgears_user_home }}/SmartGears
|
||||||
export WEB_CONTAINER_HOME={{ smartgears_instance_path }}
|
export WEB_CONTAINER_HOME={{ smartgears_instance_path }}
|
||||||
|
{% if tomcat_additional_defaults is defined %}
|
||||||
|
{% for setting in tomcat_additional_defaults %}
|
||||||
|
{{ setting }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue