From d0514d69bfbe72e5e0b41e90a17f2a5fe48d7a00 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 20:39:26 +0200 Subject: [PATCH 1/2] re-add variables - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/params.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index ef03c4a..0254e41 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -231,12 +231,6 @@ class puppet_cd::params ( ## r10k $pt_r10k_file = "${pt_r10k_dir}/r10k.yaml" $pt_r10k_erb = 'puppet_cd/r10k/r10k.yaml.erb' - $pt_r10k_webhook_file = "${pt_r10k_webhook_dir}/webhook_server.py" - $pt_r10k_webhook_erb = 'puppet_cd/r10k/webhook.py.erb' - $pt_r10k_req_file = "${pt_r10k_webhook_dir}/requirements.txt" - $pt_r10k_req_erb = 'puppet_cd/r10k/requirements.txt.erb' - $pt_r10k_wh_config_file = "${pt_r10k_webhook_dir}/config.json" - $pt_r10k_wh_config_erb = 'puppet_cd/r10k/r10k_webhook_config.erb' $pt_r10k_hook_file = '/usr/local/bin/webhook' # service From 308863e9d0a5191f792e80b18bef722efed77ed5 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 23 Oct 2025 20:41:12 +0200 Subject: [PATCH 2/2] Recommit for updates in build 24 --- doc/puppet_classes/puppet_cd_3A_3Aparams.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index c2e0427..49a4de6 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -1674,13 +1674,7 @@ 242 243 244 -245 -246 -247 -248 -249 -250 -251 +245
# File 'manifests/params.pp', line 88
@@ -1831,12 +1825,6 @@ class puppet_cd::params (
 ## r10k
   $pt_r10k_file                     = "${pt_r10k_dir}/r10k.yaml"
   $pt_r10k_erb                      = 'puppet_cd/r10k/r10k.yaml.erb'
-  $pt_r10k_webhook_file             = "${pt_r10k_webhook_dir}/webhook_server.py"
-  $pt_r10k_webhook_erb              = 'puppet_cd/r10k/webhook.py.erb'
-  $pt_r10k_req_file                 = "${pt_r10k_webhook_dir}/requirements.txt"
-  $pt_r10k_req_erb                  = 'puppet_cd/r10k/requirements.txt.erb'
-  $pt_r10k_wh_config_file           =  "${pt_r10k_webhook_dir}/config.json"
-  $pt_r10k_wh_config_erb            = 'puppet_cd/r10k/r10k_webhook_config.erb'
   $pt_r10k_hook_file                = '/usr/local/bin/webhook'
 
 # service