diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html index b65801a..2cead36 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html @@ -474,6 +474,24 @@ —
the path for the postgres-exporter files
+idle_in_transaction_session_timeout
-28 29 30 31 @@ -540,10 +557,12 @@ 76 77 78 -79+79 +80 +81
# File 'manifests/params.pp', line 28
+ # File 'manifests/params.pp', line 29
class postgresql_cd::params (
@@ -565,6 +584,7 @@ class postgresql_cd::params (
String $pl_listen_address = '*',
String $pl_listen_port = '5432',
String $pl_max_conn = '100',
+ String $pl_idle_timeout = '60000',
Boolean $pl_ssl_enabled = false,
String $pl_server_crt = 'server.crt',
String $pl_server_key = 'server.key',