On Feb 6, 2013, at 10:36 PM, Brian Carpio wrote:
> I need a way to put down a file, /tmp/finished, for instance as the last step
> in an initial puppet run.
>
> I've tried playing with the relationship syntax:
>
> * <| |> -> File["/tmp/finished"]
>
> But that doesn't work
>
> For now I am u
I need a way to put down a file, /tmp/finished, for instance as the last
step in an initial puppet run.
I've tried playing with the relationship syntax:
* <| |> -> File["/tmp/finished"]
But that doesn't work
For now I am using
Package <| |> -> File["/tmp/finished"]
And that seems to work m