We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24f7fb commit b8306aaCopy full SHA for b8306aa
2 files changed
manifests/init.pp
@@ -62,6 +62,7 @@
62
Optional[String] $dbdriver = undef,
63
Optional[String] $dbtype = undef,
64
Optional[String] $dburl = undef,
65
+ Optional[String] $datasource_connection_settings = undef,
66
$poolsize = '20',
67
$dbschema = undef,
68
# MySQL Connector Settings
templates/dbconfig.xml.epp
@@ -28,5 +28,8 @@
28
<validation-query-timeout><%= $jira::config::validation_query_timeout %></validation-query-timeout>
29
<% } -%>
30
<time-between-eviction-runs-millis><%= $jira::config::time_between_eviction_runs %></time-between-eviction-runs-millis>
31
+<% if $jira::datasource_connection_settings { -%>
32
+ <connection-settings><%= $jira::datasource_connection_settings %></connection-settings>
33
+<% } -%>
34
</jdbc-datasource>
35
</jira-database-config>
0 commit comments