3
0

recommit for updates in build 12

This commit is contained in:
2025-04-19 00:04:52 +02:00
parent 58db2ed8fa
commit 7a2af4e80a

View File

@@ -119,7 +119,8 @@
21 21
22 22
23 23
24</pre> 24
25</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -140,6 +141,7 @@ class postgresql_cd::main::files (
seltype =&gt; postgresql_db_t, seltype =&gt; postgresql_db_t,
seluser =&gt; unconfined_u, seluser =&gt; unconfined_u,
content =&gt; template(&#39;postgresql_cd/pg_hba.conf.erb&#39;), content =&gt; template(&#39;postgresql_cd/pg_hba.conf.erb&#39;),
notify =&gt; Service[$pl_service],
} }
} }
}</pre> }</pre>