3
0

Recommit for updates in build 57

This commit is contained in:
2025-12-04 18:02:43 +01:00
parent 2f60ec77a2
commit 86e3636d57

View File

@@ -474,6 +474,24 @@
—
<div class='inline'>
<p>the path for the postgres-exporter files</p>
</div>
</li>
<li>
<span class='name'>pl_idle_timeout</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;60000&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>idle_in_transaction_session_timeout</p>
</div>
</li>
@@ -489,7 +507,6 @@
<pre class="lines">
28
29
30
31
@@ -540,10 +557,12 @@
76
77
78
79</pre>
79
80
81</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 29</span>
class postgresql_cd::params (
@@ -565,6 +584,7 @@ class postgresql_cd::params (
String $pl_listen_address = &#39;*&#39;,
String $pl_listen_port = &#39;5432&#39;,
String $pl_max_conn = &#39;100&#39;,
String $pl_idle_timeout = &#39;60000&#39;,
Boolean $pl_ssl_enabled = false,
String $pl_server_crt = &#39;server.crt&#39;,
String $pl_server_key = &#39;server.key&#39;,