File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 161161 change_dbpassword => $jira::change_dbpassword,
162162 dbtype => $dbtype,
163163 dbschema => $dbschema,
164- dburl => pick($jira::dburl, $jira::db ? {
165- 'postgresql' => "jdbc:${jira::db}://${jira::dbserver}:${dbport}/${jira::dbname}",
166- 'mysql' => "jdbc:${jira::db}://${jira::dbserver}:${dbport}/${jira::dbname}?useUnicode=true&characterEncoding=UTF8&sessionVariables=default_storage_engine=InnoDB",
167- 'oracle' => "jdbc:${jira::db}:thin:@${jira::dbserver}:${dbport}${oracle_separator}${jira::dbname}",
168- 'sqlserver' => "jdbc:jtds:${jira::db}://${jira::dbserver}:${dbport}/${jira::dbname}",
169- 'h2' => "jdbc:h2:file:/${jira::homedir}/database/${jira::dbname}",
170- }),
164+ dburl => $dburl,
171165 dbdriver => $dbdriver,
172166 dbuser => $jira::dbuser,
173167 dbpassword => $jira::dbpassword,
You can’t perform that action at this time.
0 commit comments