From 76118a7894fa05fd6120c09436ba1686065be387 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 31 Jan 2020 12:52:24 +1100 Subject: [PATCH] DCD-933: Document new jira-config.properties behaviour. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e33ea18..2738c58 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,14 @@ to find them: repo:dc-deployments-automation repo:dc-deployments-automation path:*/defaults/main.yml atl +### Custom files + +* `jira-config.properties`: If this file exists in the shared home (default: + `/media/atl/jira/shared/`) then it will be copied to the Jira local home + directory (default: `/var/atlassian/application-data/jira/`). Note that this + only happens on node creation; if you create or update the shared file it will + need to be copied manually. + # Development and testing See [Development](DEVELOPMENT.md) for details on setting up a development