From bcb3970f793b852338d21e3ec556c5d6776f9b41 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 02:38:16 +0100 Subject: [PATCH] recommit for updates in build 33 --- .../puppet_cd_3A_3Amain_3A_3Afiles.html | 18 +----------------- .../puppet_cd_3A_3Amain_3A_3Ainstall.html | 18 +----------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html index ecc4285..2cfa403 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -107,15 +107,7 @@ 9 10 11 -12 -13 -14 -15 -16 -17 -18 -19 -20 +12
# File 'manifests/main/files.pp', line 6
@@ -126,14 +118,6 @@ class puppet_cd::main::files (
 
   require puppet_cd::main::dirs
 
-  if $fqdn == $pt_puppetmaster {
-    # server files
-  }
-
-  if $fqdn != $pt_puppetmaster {
-    # client files
-  }
-
 }
diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html index fbafb77..899fb46 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html @@ -107,15 +107,7 @@ 9 10 11 -12 -13 -14 -15 -16 -17 -18 -19 -20 +12
# File 'manifests/main/install.pp', line 6
@@ -126,14 +118,6 @@ class puppet_cd::main::install (
 
   require puppet_cd::main::yumrepo
 
-  if $fqdn == $pt_puppetmaster {
-    # install server packages
-  }
-
-  if $fqdn != $pt_puppetmaster {
-    # install agent packages
-  }
-
 }