3
0
This commit is contained in:
Arne Teuke
2025-02-26 16:04:35 +01:00
parent e07da3d154
commit 3239b39c06
2 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ This module is also designed to work with External Node Classifiers (ENC), for i
## Features
* install repo rpm (this will create the repo definitions)
* install packages depending on whether the host fqdn equals either Puppet master, Puppet db or none (agent).
* install packages depending on whether the host fqdn equals either master fqdn, db fqdn or none (agent).
## Support

View File

@@ -6,8 +6,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