From 5d55ec46e1cbeab539338bbd3492fc4bf1ad42d7 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 15:49:08 +0100 Subject: [PATCH] recommit for updates in build 41 --- .../puppet_cd_3A_3Amain_3A_3Aconfig.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html index e2f2507..50aeb95 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -107,21 +107,17 @@ 9 10 11 -12 -13 -14 +12
# File 'manifests/main/config.pp', line 6
 
 class puppet_cd::main::config (
 
-) inherits puppet_cd::params  {
-
-  if $fqdn == $pt_puppetmaster {
+) inherits puppet_cd::params {
+  if $fqdn == $pt_pm_fqdn {
     include puppet_cd::server::service
   }
-
 }