Re: CFEngine Help:

2011-09-09 Thread Seva Gluschenko
Jerome, Cfengine doesn't promise to keep directories in complete sync, AFAIR, that is, to remove outdated files you'll probably need to write a separate promise. 2011/9/9 Jerome Yanga : > I have the following promises. > >        vars: >                "policy_host"           string  => "server1.

CFEngine Help: Centos5 packages?

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Centos5 packages? Author: Igor Link to topic: https://cfengine.com/forum/read.php?3,23405,23405#msg-23405 Hi! I don’t see centos5 packages for cfengine 3.1.5 and 3.2.0 on the engine root. Are they going to be available? --- Igor ___

CFEngine Help: Re: Centos5 packages?

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Centos5 packages? Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,23405,23406#msg-23406 I'm running rhel5 package from the Engine Room on my centos5 machines, working perfectly. Cheers, --Nakarin __

CFEngine Help: Re: Segfault in 3.1.5 on 32 bit debian lenny

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Segfault in 3.1.5 on 32 bit debian lenny Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,23376,23407#msg-23407 I have a 32-bit lenny box so I downloaded 3.1.5 package from the Engine Room, set it up and ran your code. It seemed to be fine f

CFEngine Help: Re: Segfault in 3.1.5 on 32 bit debian lenny

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Segfault in 3.1.5 on 32 bit debian lenny Author: andrela Link to topic: https://cfengine.com/forum/read.php?3,23376,23408#msg-23408 I will try it on 3.2 as soon as i can. A full backtrace looks like this. /Andreas Program received signal SIGABRT, Aborted.

CFEngine Help: Re: cf3 inputs, branching, selectiveness, staying sane

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: cf3 inputs, branching, selectiveness, staying sane Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23400,23409#msg-23409 mark Wrote: --- > Geoff, Hi (again) Mark, Not a big deal, but it's

CFEngine Help: Re: Centos5 packages?

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Centos5 packages? Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23405,23410#msg-23410 Igor Wrote: --- > Hi! > > I don’t see centos5 packages for cfengine 3.1.5 > and 3.2.0 on the engine ro

RE: CFEngine Help: Promise not reporting that a file has been deleted.

2011-09-09 Thread Jerome Yanga
Seva, Thank you for the response. The outdated files are actually being removed due to purge=>"true" in the body copy_from. I was bothered that Cfengine will not report it when a file has been deleted. Regards, j -Original Message- From: Seva Gluschenko [mailto:seva.glusche...@gmail.

CFEngine Help: bundle common g

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: bundle common g Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23412,23412#msg-23412 I keep seeing this. The "g" is arbitrary, correct? I didn't see that (arbitrary-ness or not) mentioned in the various docs where it is used. Whoever came up

CFEngine Help: Re: editfiles question

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: editfiles question Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23396,23413#msg-23413 sgsax Wrote: --- > I'm running cfengine 2.2.10 and want to be able to > use editfiles to edit a file c

Re: CFEngine Help: bundle common g

2011-09-09 Thread Jesse Becker
On Fri, Sep 09, 2011 at 11:41:27AM -0400, no-re...@cfengine.com wrote: >Forum: CFEngine Help >Subject: bundle common g >Author: jblaine >Link to topic: https://cfengine.com/forum/read.php?3,23412,23412#msg-23412 > >I keep seeing this. > >The "g" is arbitrary, correct? I didn't see that (arbitrary-

CFEngine Help: Re: Bindtointerface will not bind to a specific interface when similar subnets are involved

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Bindtointerface will not bind to a specific interface when similar subnets are involved Author: msvob...@linkedin.com Link to topic: https://cfengine.com/forum/read.php?3,23338,23415#msg-23415 If anyone cares... this is how I solved this problem. I stopped trust

CFEngine Help: Re: editfiles question

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: editfiles question Author: sgsax Link to topic: https://cfengine.com/forum/read.php?3,23396,23418#msg-23418 It's actually not required if you just want an exact match. From cfengine2 manual entry: AppendIfNoSuchLine quoted-string Add a line containing the quote

CFEngine Help: resolvconf in stdlib doesn't work for Solaris

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: resolvconf in stdlib doesn't work for Solaris Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23419,23419#msg-23419 Solaris 10 says "nameserver...Up to MAXNS name servers may be listed, one per keyword..." So the list syntax below is inv

CFEngine Help: Re: editfiles question

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: editfiles question Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23396,23420#msg-23420 This works (both) fine for me in 2.1.6, FWIW: editfiles: myclass:: { /tmp/testfile DeleteLinesMatching "bar"

CFEngine Help: Detriment to being explicit about "any::" ?

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Detriment to being explicit about "any::" ? Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23421,23421#msg-23421 Are there any issues with using "any::" explicitly where it's not technically required? Are there any side effects from being expli

CFEngine Help: Re: Detriment to being explicit about "any::" ?

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: Detriment to being explicit about "any::" ? Author: jgreer Link to topic: https://cfengine.com/forum/read.php?3,23421,23422#msg-23422 There's no technical reason not to do so, and I think this is a decent style rule, if for nothing more than developing good habit

CFEngine Help: Re: warnings and promise compliance

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: warnings and promise compliance Author: jgreer Link to topic: https://cfengine.com/forum/read.php?3,23315,23423#msg-23423 I agree with you two on both counts. I would expect the meaning of 'promise_repaired' to apply only to promises which converged after having

CFEngine Help: Re: cf3 inputs, branching, selectiveness, staying sane

2011-09-09 Thread no-reply
Forum: CFEngine Help Subject: Re: cf3 inputs, branching, selectiveness, staying sane Author: jgreer Link to topic: https://cfengine.com/forum/read.php?3,23400,23424#msg-23424 Jeff, Didn't see this until after my other post to you about how we've organized things using methods - guess I was barki