From: Hendrik Jäger Date: Thu, 2 Nov 2023 19:49:45 +0000 (+0100) Subject: fix: whole supervision tree is restarted when a service changes X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=89683ac765f7498f1aa526268d41111a00513e3e;p=user%2Fhenk%2Fcode%2Fpuppet%2Fmodules%2Fs6.git fix: whole supervision tree is restarted when a service changes --- diff --git a/manifests/snippets.pp b/manifests/snippets.pp index c76f5ac..f3686b1 100644 --- a/manifests/snippets.pp +++ b/manifests/snippets.pp @@ -1,6 +1,5 @@ class s6::snippets { File <| tag == 's6_snippet' |> { - notify => Class['::s6::service'], } }