help-cfengine
[Top][All Lists]
Advanced

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

Re: How to code conditional copy


From: Holger Schurig
Subject: Re: How to code conditional copy
Date: Thu, 15 Jan 2004 23:42:32 +0100
User-agent: KNode/0.7.6

> I am trying to code conditional copies based upon the existance of
>  a file on each client.   For example if:

This is out of my mind, not actually tested it:

control:

        do_copy = ( FileExists("/.XXX")

copy:

        do_copy:
                # copy this

        !do_copy:
                # copy that






reply via email to

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