help-cfengine
[Top][All Lists]
Advanced

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

Executing commands depending on results


From: Harish Chauhan
Subject: Executing commands depending on results
Date: Tue, 25 Nov 2003 12:05:46 -0500


Hi,

I need to copy some files every hour using cfengine. What I have defined in the configuration files is as listed below :

example :

        update.conf

                control:
                actionsequence = ( directories  copy  tidy )

                copy :
                        linux : :
                        ....


                min00:
                        control:
                        actionsequence = ( copy )

                        copy:

                                linux : :
                                $(master_cfinput)/
                                        dest=$(workdir)/var
                                        recurse=inf
               


The above configuration file is not doing the job.

Would appreciate your inputs and necessary changes.


Looking forward to your reply.....

Thanks in advance..

Regards, Harish Chauhan
reply via email to

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