Skip to content

Commit

Permalink
style: add empty line after ansible comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Mar 3, 2024
1 parent 3aad8ff commit f1eb8d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/dbconfig.xml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

{{ ansible_managed | comment('xml') }}

<jira-database-config>
<name>defaultDS</name>
<delegator-name>default</delegator-name>
Expand Down
1 change: 1 addition & 0 deletions templates/jira.service.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ ansible_managed | comment }}

[Unit]
Description=Jira {{ jira_product | upper }}
After=network.target
Expand Down
4 changes: 3 additions & 1 deletion templates/server.xml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

{{ ansible_managed | comment('xml') }}

<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,7 +19,6 @@
limitations under the License.
-->

{{ ansible_managed | comment('xml') }}
<Server port="8005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.startup.VersionLoggerListener"/>
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on"/>
Expand Down
1 change: 1 addition & 0 deletions templates/setenv.sh.j2
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit f1eb8d4

Please sign in to comment.