mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user