3
0

Recommit for updates in build 26

This commit is contained in:
2025-10-01 18:40:35 +02:00
parent e0f816a346
commit 9cfbff7b19

View File

@@ -121,21 +121,7 @@
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40</pre>
26</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -147,20 +133,6 @@ class postgresql_cd::main::files (
require postgresql_cd::server::initdb
require postgresql_cd::main::dirs
# outsourced to pghba::pghba for concatenation
# file { &#39;/var/lib/pgsql/data/pg_hba.conf&#39;:
# ensure =&gt; file,
# owner =&gt; &#39;postgres&#39;,
# group =&gt; &#39;postgres&#39;,
# mode =&gt; &#39;0600&#39;,
# selrange =&gt; s0,
# selrole =&gt; object_r,
# seltype =&gt; postgresql_db_t,
# seluser =&gt; unconfined_u,
# content =&gt; template(&#39;postgresql_cd/pg_hba.conf.erb&#39;),
# notify =&gt; Service[$pl_service],
# }
file { &#39;/var/lib/pgsql/data/postgresql.conf&#39;:
ensure =&gt; file,
owner =&gt; &#39;postgres&#39;,