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'],
     }
 
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'],
     }