From e8d1efd52afff228b418dff323755babbe4ab207 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 18:25:03 +0100 Subject: [PATCH 1/2] temp disable notify - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 46ca674..8993d09 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -34,7 +34,7 @@ class puppet_cd::main::files ( if $pt_use_puppetdb == true { file { $pt_puppetdb_conf_file: - ensure => filet, + ensure => file, path => $pt_puppetdb_conf_file, owner => 'root', group => 'root', From 5e92d7b3097578d5a3a818129837f9a3b21467fe Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 26 Oct 2025 18:26:38 +0100 Subject: [PATCH 2/2] Recommit for updates in build 69 --- doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1318883..9842bf1 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -177,7 +177,7 @@ class puppet_cd::main::files ( if $pt_use_puppetdb == true { file { $pt_puppetdb_conf_file: - ensure => filet, + ensure => file, path => $pt_puppetdb_conf_file, owner => 'root', group => 'root',