mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Merged in fix-for-crowd-cluster-reporting (pull request #97)
DCD-261: Fix for crowd cluster reporting Approved-by: Adam Brokes
This commit is contained in:
@@ -139,3 +139,8 @@
|
||||
xpath: "/application-configuration/properties/property[@name='hibernate.connection.url']"
|
||||
value: "{{ atl_jdbc_url }}?reWriteBatchedInserts=true"
|
||||
when: crowd_cfg_stat_result.stat.exists
|
||||
|
||||
- name: Remove crowd.xml to prevent duplicates from appearing in cluster reporting
|
||||
file:
|
||||
path: "{{ atl_product_installation_versioned }}/apache-tomcat/conf/Catalina/localhost/crowd.xml"
|
||||
state: absent
|
||||
Reference in New Issue
Block a user