help-cfengine
[Top][All Lists]
Advanced

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

Re: repeated actions in actionsequence


From: Kurt Lieber
Subject: Re: repeated actions in actionsequence
Date: Sun, 16 May 2004 07:40:15 -0400
User-agent: Mutt/1.5.5.1i

On Sun, May 16, 2004 at 02:02:02PM +0300 or thereabouts, Mohamed Eldesoky wrote:
> It is the same class, alas.

You need to separate them into different classes.  I'm fairly sure you can
arbitrarily create classes to affect the order of execution in the
actionsequence.

actionsequence = {
        copy.totallynewclass
        copy.totallynewsecondclass
}

copy:
        totallynewclass.other.classes.here::
                <do stuff>
        totallynewsecondclass.other.classes.here::
                <do more stuff>

--kurt

Attachment: pgpzlF5Cw4T7G.pgp
Description: PGP signature


reply via email to

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