From 0d4528741fefc5fcb9b5db39b1586c0d843a646a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 17:27:02 +0200 Subject: [PATCH 1/2] finish webhook sections - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/r10k/webhook.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/r10k/webhook.pp b/manifests/r10k/webhook.pp index cbce3e5..26d5a41 100644 --- a/manifests/r10k/webhook.pp +++ b/manifests/r10k/webhook.pp @@ -80,7 +80,6 @@ class puppet_cd::r10k::webhook ( seltype => systemd_unit_file_t, seluser => system_u, content => template($pt_r10k_wh_service_erb), - require => Exec['systemctl_daemon_reload'], notify => Exec['systemctl_daemon_reload'], } From 415abf2322009064411c47ae2a93f58442f9e158 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 23 Oct 2025 17:28:41 +0200 Subject: [PATCH 2/2] Recommit for updates in build 13 --- doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html index 74d9a53..5b1d483 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html +++ b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html @@ -189,8 +189,7 @@ 91 92 93 -94 -95 +94
# File 'manifests/r10k/webhook.pp', line 6
@@ -272,7 +271,6 @@ class puppet_cd::r10k::webhook (
       seltype  => systemd_unit_file_t,
       seluser  => system_u,
       content  => template($pt_r10k_wh_service_erb),
-      require  => Exec['systemctl_daemon_reload'],
       notify   => Exec['systemctl_daemon_reload'],
     }