@file{"/tmp/foo":
content => "foo"
}


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

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