summaryrefslogtreecommitdiff
path: root/manifests/snippets.pp
blob: c76f5aca6a1a970d88b42fc92de8e0bfe34dcd12 (plain)
1
2
3
4
5
6
class s6::snippets {
  File <| tag == 's6_snippet' |> {
    notify    => Class['::s6::service'],
  }
}