]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/blobdiff - manifests/snippets.pp
feat: support for snippets from other modules
[user/henk/code/puppet/modules/s6.git] / manifests / snippets.pp
diff --git a/manifests/snippets.pp b/manifests/snippets.pp
new file mode 100644 (file)
index 0000000..c76f5ac
--- /dev/null
@@ -0,0 +1,6 @@
+class s6::snippets {
+  File <| tag == 's6_snippet' |> {
+    notify    => Class['::s6::service'],
+  }
+}
+