help-cfengine
[Top][All Lists]
Advanced

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

Wierd Process


From: Brian E. Seppanen
Subject: Wierd Process
Date: Tue, 26 Jul 2005 16:36:25 -0400 (EDT)

I have to perform the following functions:

1 copy a file if it is new. if I copy define a restart flag. If a restart flag is defined I have to trigger a class that will call cleanconfig = ( ReturnsZero = (/scripts/config_test.pl) )

I'll try to pseudo code what i have.

classes:
        apprestart::
        configclean = ( ReturnsZero(/scripts/config_test.pl) )

copy:
        any::
/etc/appa/config dest=/etc/appa/config server=appa.domain.com trustkey=true encrypt=true define=apprestart



processes:
        configclean::
"appa" restart "/usr/bin/env PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin /etc/init.d/appa restart"


The one thing I'm concerned about is if apprestart is evaluated as null because the copy action hasn't been invoked yet.

Does anyone have any suggestions on methodology for making this work. There's probably a better way to do this.

Thanks for the time.





Brian Seppanen
608.826.1464




reply via email to

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