library/roles/smartgears/smartgears/templates/tomcat-instance-default.j2: we can now add more environment variables to the file.

This commit is contained in:
Andrea Dell'Amico 2017-03-23 17:33:43 +01:00
parent 7dc249bece
commit a129368684
1 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,7 @@
export GHN_HOME={{ smartgears_user_home }}/SmartGears
export WEB_CONTAINER_HOME={{ smartgears_instance_path }}
{% if tomcat_additional_defaults is defined %}
{% for setting in tomcat_additional_defaults %}
{{ setting }}
{% endfor %}
{% endif %}