Skip to content

Commit 4905fd8

Browse files
committed
puppet-lint fix: indentation
1 parent a85398f commit 4905fd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/config.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@
167167
'oracle' => "jdbc:${jira::db}:thin:@${jira::dbserver}:${dbport}${oracle_separator}${jira::dbname}",
168168
'sqlserver' => "jdbc:jtds:${jira::db}://${jira::dbserver}:${dbport}/${jira::dbname}",
169169
'h2' => "jdbc:h2:file:/${jira::homedir}/database/${jira::dbname}",
170-
}),
170+
}
171+
),
171172
dbdriver => $dbdriver,
172173
dbuser => $jira::dbuser,
173174
dbpassword => $jira::dbpassword,

0 commit comments

Comments
 (0)