summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/collection_override.pp
blob: b1b39ab16f443e5ae3c282de9b4d04998ba79b37 (plain)
1
2
3
4
5
6
7
8
@file {
    "/tmp/collection":
        content => "whatever"
}

File<| |> {
    mode => 0600
}