3
0

fix config

This commit is contained in:
Arne Teuke
2025-02-26 15:48:13 +01:00
parent f83e63dc38
commit 6ba49c01e7

View File

@@ -6,9 +6,7 @@
class puppet_cd::main::config (
) inherits puppet_cd::params {
if $fqdn == $pt_puppetmaster {
if $fqdn == $pt_pm_fqdn {
include puppet_cd::server::service
}
}