diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html index ac030c8..92f91e9 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html @@ -252,6 +252,24 @@ client
—whether to enable the firewall
+which address should the service listen on
-16 17 18 19 @@ -296,10 +313,14 @@ client 42 43 44 -45+45 +46 +47 +48 +49
# File 'manifests/params.pp', line 16
+ # File 'manifests/params.pp', line 17
class postgresql_cd::params (
@@ -316,6 +337,9 @@ class postgresql_cd::params (
String $pl_source_range = '0.0.0.0/0',
Boolean $pl_enable_fw = true,
+ # main config
+ String $pl_listen_address = '*',
+
) {
$fqdn = $facts['networking']['fqdn']
$domain = $facts['networking']['domain']