3
0

recommit for updates in build 47

This commit is contained in:
2025-02-26 16:07:03 +01:00
parent 52c8b060c1
commit fc5c32aebb
3 changed files with 12 additions and 6 deletions

View File

@@ -86,6 +86,9 @@ production</em></strong></p>
<h2 id="label-Features">Features</h2>
<ul><li>
<p>install repo rpm (this will create the repo definitions)</p>
</li><li>
<p>install packages depending on whether the host fqdn equals either master
fqdn, db fqdn or none (agent).</p>
</li></ul>
<h2 id="label-Support">Support</h2>

View File

@@ -86,6 +86,9 @@ production</em></strong></p>
<h2 id="label-Features">Features</h2>
<ul><li>
<p>install repo rpm (this will create the repo definitions)</p>
</li><li>
<p>install packages depending on whether the host fqdn equals either master
fqdn, db fqdn or none (agent).</p>
</li></ul>
<h2 id="label-Support">Support</h2>

View File

@@ -127,8 +127,8 @@
class puppet_cd::server::service (
) inherits puppet_cd::params {
if $fqdn == $pt_pm_fqdn {
# manager requirement
require puppet_cd::firewall::iptables
require puppet_cd::main::files