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