diff --git a/templates/dbconfig.xml.j2 b/templates/dbconfig.xml.j2 index e13a1f9..d725092 100644 --- a/templates/dbconfig.xml.j2 +++ b/templates/dbconfig.xml.j2 @@ -1,6 +1,7 @@ {{ ansible_managed | comment('xml') }} + defaultDS default diff --git a/templates/jira.service.j2 b/templates/jira.service.j2 index 3b33585..2157755 100644 --- a/templates/jira.service.j2 +++ b/templates/jira.service.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + [Unit] Description=Jira {{ jira_product | upper }} After=network.target diff --git a/templates/server.xml.j2 b/templates/server.xml.j2 index 9ee887d..54f7aab 100644 --- a/templates/server.xml.j2 +++ b/templates/server.xml.j2 @@ -1,4 +1,7 @@ + +{{ ansible_managed | comment('xml') }} + -{{ ansible_managed | comment('xml') }} diff --git a/templates/setenv.sh.j2 b/templates/setenv.sh.j2 index 35a1137..31d720d 100644 --- a/templates/setenv.sh.j2 +++ b/templates/setenv.sh.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + # If the limit of files that Jira can open is too low, it will be set to this value. # MIN_NOFILES_LIMIT={{ jira_min_nofiles_limit }}