]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/commitdiff
fix: whole supervision tree is restarted when a service changes
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 2 Nov 2023 19:49:45 +0000 (20:49 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 2 Nov 2023 19:49:45 +0000 (20:49 +0100)
manifests/snippets.pp

index c76f5aca6a1a970d88b42fc92de8e0bfe34dcd12..f3686b1c13b8ccb027990a3fa7d283d1567bf39e 100644 (file)
@@ -1,6 +1,5 @@
 class s6::snippets {
   File <| tag == 's6_snippet' |> {
-    notify    => Class['::s6::service'],
   }
 }