help-cfengine
[Top][All Lists]
Advanced

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

Re: copy action trigger another action


From: Bettilyon, Allen
Subject: Re: copy action trigger another action
Date: 10 Jan 2003 16:09:03 -0700

I do that like this:


control:

   (...)

    force_copy::
        force = ("true")

    !force_copy::
        force = ("flase")



copy:

    /some/file  dest=/some/file
                [...]
                force=$(force)





Than if I want to force a copy, I execute cfengine using the -D cmdline:


cfagent -f config_file -D force_copy










On Thu, 2003-01-09 at 16:49, Thomas Glanzmann wrote:
> > i) update by time comparison
> > ii) update by byte comparison
> > iii) update by checksum comparison
>     iv) update by force (everytime)
> 
> Greetings,
>       Thomas
-- 
Allen Bettilyon <allen@about-inc.com>




reply via email to

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