3
0

Recommit for updates in build 29

This commit is contained in:
2025-10-02 15:14:21 +02:00
parent 59df777e02
commit 6536ec2d8c
4 changed files with 298 additions and 5 deletions

View File

@@ -396,6 +396,24 @@
—
<div class='inline'>
<p>Whether to manage roles</p>
</div>
</li>
<li>
<span class='name'>pl_manage_databases</span>
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to manage databases</p>
</div>
</li>
@@ -411,7 +429,6 @@
<pre class="lines">
24
25
26
27
@@ -455,10 +472,12 @@
65
66
67
68</pre>
68
69
70</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 24</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 25</span>
class postgresql_cd::params (
@@ -484,6 +503,7 @@ class postgresql_cd::params (
String $pl_server_key = &#39;server.key&#39;,
String $pl_ca_crt = &#39;root.crt&#39;,
Boolean $pl_manage_roles = true,
Boolean $pl_manage_databases = true,
) {
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]