Report abuse

1
2
3
4
5
6
7
8
9
10
11
@file{"/tmp/foo":
        content => "foo"
}


file{"/tmp/bar":
        content => "bar",
        require => File["/tmp/foo"],
}

realize(File["/tmp/foo"])