Re: CFEngine Help: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread Nicolas Charles
On 30/08/2011 19:21, Nick Anderson wrote: > On 08/30/2011 12:20 PM, no-re...@cfengine.com wrote: >> Forum: CFEngine Help >> Subject: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log >> Author: marc >> Link to topic: https://cfengine.com/forum/

Re: CFEngine Help: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread Nick Anderson
On 08/30/2011 12:20 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log > Author: marc > Link to topic: https://cfengine.com/forum/read.php?3,23272,23280#msg-23280 > > If cf-agent runs into a

CFEngine Help: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log Author: marc Link to topic: https://cfengine.com/forum/read.php?3,23272,23280#msg-23280 If cf-agent runs into a syntax error preventing it from running. Would it not go to fai

Re: CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread Nick Anderson
On 08/30/2011 12:05 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: CFEngine Help: Re: Understanding CF's log > Author: marc > Link to topic: https://cfengine.com/forum/read.php?3,23272,23278#msg-23278 > > I have different "failsafe" and &q

CFEngine Help: Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: Understanding CF's log Author: marc Link to topic: https://cfengine.com/forum/read.php?3,23272,23278#msg-23278 I have different "failsafe" and "update" promises. Me "failsafe" is a self containing promise tha

Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread Nick Anderson
On 08/30/2011 05:57 AM, Bas van der Vlies wrote: >> >> Is it best practice to run cf-agent from the executor like this: >> >> exec_command => "$(sys.workdir)/bin/cf-agent -f failsafe.cf&& >> $(sys.workdir)/bin/cf-agent"; Thats what I do. My failsafe is self contained. It has all body parts and

Re: CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread Bas van der Vlies
> > Is it best practice to run cf-agent from the executor like this: > > exec_command => "$(sys.workdir)/bin/cf-agent -f failsafe.cf&& > $(sys.workdir)/bin/cf-agent"; > This is good practice. I run this one slightingly different: {{{ debian:: cfruncommand => "/usr/sbin/cf-agent -f fai

CFEngine Help: Re: Understanding CF's log

2011-08-30 Thread no-reply
Forum: CFEngine Help Subject: Re: Understanding CF's log Author: marc Link to topic: https://cfengine.com/forum/read.php?3,23269,23271#msg-23271 Well figured some of it out. The "version (not specified)" was because I did not have a version number in me failsafe.cf. That has been fixed now. Al