3
0

recommit for updates in build 8

This commit is contained in:
2025-04-18 22:59:21 +02:00
parent 481d0cb86c
commit 07a537b548
5 changed files with 167 additions and 3 deletions

View File

@@ -75,6 +75,8 @@
<span class='object_link'><a href="postgresql_cd_3A_3Amain_3A_3Ainstall.html" title="puppet_classes::postgresql_cd::main::install (puppet_class)">postgresql_cd::main::install</a></span><br/>
<span class='object_link'><a href="postgresql_cd_3A_3Aserver_3A_3Ainitdb.html" title="puppet_classes::postgresql_cd::server::initdb (puppet_class)">postgresql_cd::server::initdb</a></span><br/>
<span class='object_link'><a href="postgresql_cd_3A_3Aserver_3A_3Aservice.html" title="puppet_classes::postgresql_cd::server::service (puppet_class)">postgresql_cd::server::service</a></span><br/>
<span class='object_link'><a href="postgresql_cd_3A_3Afirewall_3A_3Aiptables.html" title="puppet_classes::postgresql_cd::firewall::iptables (puppet_class)">postgresql_cd::firewall::iptables</a></span><br/>
@@ -291,7 +293,10 @@ client</p>
39
40
41
42</pre>
42
43
44
45</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 16</span>
@@ -320,6 +325,9 @@ class postgresql_cd::params (
# Service
$pl_service = &#39;postgresql&#39;
# Directories
$pl_data_dir = &#39;/var/lib/pgsql/data/&#39;
# includes must be last
include postgresql_cd::main::config
}</pre>