3
0

recommit for updates in build 9

This commit is contained in:
2025-04-18 23:50:16 +02:00
parent 31d8a3fbd8
commit 60151d7733

View File

@@ -105,7 +105,21 @@
7
8
9
10</pre>
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -113,7 +127,21 @@
class postgresql_cd::main::files (
) inherits postgresql_cd::params {
if $fqdn == $pl_server_fqdn {
require postgresql_cd::main::dirs
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;),
}
}
}</pre>
</td>
</tr>