summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/parser/lexer/collection_override.pp
blob: f1063bf979dd02b0465022503d32f77dcfdf6315 (plain)
1
2
3
4
5
6
7
8
@file {
    "/tmp/collection":
        content => "whatever"
}

File<| |> {
    mode => '0600'
}