From 0d4528741fefc5fcb9b5db39b1586c0d843a646a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 17:27:02 +0200 Subject: [PATCH] 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'], }