]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/blob - manifests/snippets.pp
feat: support for snippets from other modules
[user/henk/code/puppet/modules/s6.git] / manifests / snippets.pp
1 class s6::snippets {
2   File <| tag == 's6_snippet' |> {
3     notify    => Class['::s6::service'],
4   }
5 }
6