From 0193fa080b5f5f7f77ebb1b3704c455f3f284b6a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 30 Oct 2025 14:54:11 +0100 Subject: [PATCH 1/2] revert adding puppetdb-termini to all clients - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292 --- manifests/main/install.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/main/install.pp b/manifests/main/install.pp index dc850fb..045ac70 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -10,11 +10,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 { From 3fa51fa84faffba4e76d3a11b0b06daddb1d2d66 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 30 Oct 2025 14:55:40 +0100 Subject: [PATCH 2/2] 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 {