From 61fedb63a8689b8ef8907af171e069025bf906c2 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 18:19:19 +0200 Subject: [PATCH] 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 +# } }