3
0

recommit for updates in build 6

This commit is contained in:
2025-04-18 22:36:17 +02:00
parent bd0330e997
commit 9ccd3d4f84
4 changed files with 7 additions and 3 deletions

View File

@@ -95,6 +95,8 @@ production</em></strong></p>
<ul><li>
<p>manage directory structure including file system permissions and selinux
context</p>
</li><li>
<p>manage service status</p>
</li></ul>
<h2 id="label-Repo+Documentation">Repo Documentation</h2>

View File

@@ -95,6 +95,8 @@ production</em></strong></p>
<ul><li>
<p>manage directory structure including file system permissions and selinux
context</p>
</li><li>
<p>manage service status</p>
</li></ul>
<h2 id="label-Repo+Documentation">Repo Documentation</h2>

View File

@@ -113,7 +113,7 @@ Teuke (arne_teuke@confdroid.com)</p>
class postgresql_cd::main::config (
) inherits postgresql_cd::params {
include postgresql_cd::main::install
include postgresql_cd::server::service
}</pre>
</td>
</tr>

View File

@@ -77,7 +77,7 @@
</div>
<h2>Summary</h2>
Class manages the alloy service
Class manages the postgresql service
<h2>Overview</h2>
<div class="docstring">
@@ -123,7 +123,7 @@ Teuke (arne_teuke@confdroid.com)</p>
class postgresql_cd::server::service (
) inherits postgresql_cd::params {
if $fqdn == $ma_server_fqdn {
if $fqdn == $pl_server_fqdn {
require postgresql_cd::main::files
require postgresql_cd::firewall::iptables