Merged in ITPLT-1501-remove-forced-crowd-contextpath (pull request #164)

ITPLT-1501 A trailing /crowd is added to all base_urls for crowd. This is intended to be optional as provided by the atl_tomcat_contextpath variable

Approved-by: Dylan Rathbone
This commit is contained in:
Glenn Stewart
2022-06-01 04:26:48 +00:00

View File

@@ -121,7 +121,7 @@
update cwd_property set property_value=%s update cwd_property set property_value=%s
where property_name = 'base.url' where property_name = 'base.url'
positional_args: positional_args:
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}/crowd" - "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}"
when: when:
- atl_proxy_name is defined - atl_proxy_name is defined
- atl_tomcat_scheme is defined - atl_tomcat_scheme is defined