From 3fa51fa84faffba4e76d3a11b0b06daddb1d2d66 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 30 Oct 2025 14:55:40 +0100 Subject: [PATCH] Recommit for updates in build 97 --- .../puppet_cd_3A_3Amain_3A_3Ainstall.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 5009249..7d7d0ac 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html @@ -120,12 +120,7 @@ 22 23 24 -25 -26 -27 -28 -29 -30 +25
# File 'manifests/main/install.pp', line 6
@@ -137,11 +132,6 @@ class puppet_cd::main::install (
     package { $pt_agent_pkg:
       ensure => $pt_pkg_ensure,
     }
-    if $pt_use_puppetdb == true {
-      package { $pt_puppetdb_pkg:
-        ensure => $pt_pkg_ensure,
-      }
-    }
   }
 
   if $fqdn == $pt_pm_fqdn {