3
0

Recommit for updates in build 11

This commit is contained in:
2025-09-28 15:49:30 +02:00
parent cf0a409d5e
commit c15e6b3618
5 changed files with 259 additions and 15 deletions

View File

@@ -81,6 +81,8 @@
<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/>
<span class='object_link'><a href="postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html" title="puppet_classes::postgresql_cd::server::pghba::pg_hba (puppet_class)">postgresql_cd::server::pghba::pg_hba</a></span><br/>
</dd>
</dl>
@@ -429,7 +431,11 @@
58
59
60
61</pre>
61
62
63
64
65</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 23</span>
@@ -470,6 +476,10 @@ class postgresql_cd::params (
# Directories
$pl_data_dir = &#39;/var/lib/pgsql/data/&#39;
# files
$pl_pl_pg_hba_conf = &quot;${pl_data_dir}/pg_hba.conf&quot;
$pl_pg_hba_rule_conf = &#39;postgresql_cd/pg_hba_rule.conf.erb&#39;
# includes must be last
include postgresql_cd::main::config
}</pre>