From 4ea7843a7021218b12240a0b4335e1385ba08e51 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
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']