help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Optimizing large copies - actionsequence


From: Ed Brown
Subject: RE: Optimizing large copies - actionsequence
Date: Tue, 04 Oct 2005 16:54:33 -0600

On Tue, 2005-10-04 at 15:35, Martin, Jason H wrote:

> How would one set up the actionsequence for this? The manual indicates
> that I'd put in something like:
> (
> shellcommands.prepare
> copy
> shellcommands

This doesn't work at all in practice (having an unqualified action AFTER
a qualified action in the sequence; see previous threads about
actionsequence).

But you might get some mileage out of:

actionsequence = ( shellcommands copy shellcommands.later )

Now you only have to qualify the 'later' shellcommands.

-Ed





reply via email to

[Prev in Thread] Current Thread [Next in Thread]