From 61fedb63a8689b8ef8907af171e069025bf906c2 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 18:19:19 +0200 Subject: [PATCH 1/2] remove r10k webhook for now - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/main/config.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 69027ae..68ce0df 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -12,8 +12,8 @@ class puppet_cd::main::config ( include puppet_cd::puppetdb::service } - if $pt_use_r10k == true { - include puppet_cd::r10k::install - include puppet_cd::r10k::webhook - } +# if $pt_use_r10k == true { +# include puppet_cd::r10k::install +# include puppet_cd::r10k::webhook +# } } From 7e21247f88a5f99cff77614cf7797cc20f43ad09 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 23 Oct 2025 18:21:17 +0200 Subject: [PATCH 2/2] Recommit for updates in build 16 --- doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 00f8d54..8c9b42d 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -128,10 +128,10 @@ class puppet_cd::main::config ( include puppet_cd::puppetdb::service } - if $pt_use_r10k == true { - include puppet_cd::r10k::install - include puppet_cd::r10k::webhook - } +# if $pt_use_r10k == true { +# include puppet_cd::r10k::install +# include puppet_cd::r10k::webhook +# } }