3
0

recommit for updates in build 22

This commit is contained in:
2025-04-19 12:22:15 +02:00
parent ce6537a61b
commit 4ea7843a70

View File

@@ -252,6 +252,24 @@ client</p>
&mdash;
<div class='inline'>
<p>whether to enable the firewall</p>
</div>
</li>
<li>
<span class='name'>pl_listen_address</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;*&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>which address should the service listen on</p>
</div>
</li>
@@ -267,7 +285,6 @@ client</p>
<pre class="lines">
16
17
18
19
@@ -296,10 +313,14 @@ client</p>
42
43
44
45</pre>
45
46
47
48
49</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 16</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
class postgresql_cd::params (
@@ -316,6 +337,9 @@ class postgresql_cd::params (
String $pl_source_range = &#39;0.0.0.0/0&#39;,
Boolean $pl_enable_fw = true,
# main config
String $pl_listen_address = &#39;*&#39;,
) {
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]
$domain = $facts[&#39;networking&#39;][&#39;domain&#39;]