Re: CFengine3 community edition directory access modes

2011-11-28 Thread Mark Burgess
I think the option you are looking for is called rxdirs or something like that. -- Sent from my Android phone. Michael Kearey wrote: Good day all, I have a long standing oddity - first seen in cfengine 3.1.X and also seen in latest one I have running cfengine-3.2.3-14.1 .. Built from OpenSus

CFengine3 community edition directory access modes

2011-11-28 Thread Michael Kearey
Good day all, I have a long standing oddity - first seen in cfengine 3.1.X and also seen in latest one I have running cfengine-3.2.3-14.1 .. Built from OpenSuse Build system src.rpm. A relatively simple promise: files: "/home/theuser/tmp/consolidator/." create => "true", perm

CFEngine Help: Re: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: context and relevance Author: jimmathieu Link to topic: https://cfengine.com/forum/read.php?3,24079,24086#msg-24086 Hello Raymond, I did try that and the outcome was the same. I have tried replacing host names with IP addresses...same result. I am unclear of w

CFEngine Help: Re: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: context and relevance Author: raymondcox Link to topic: https://cfengine.com/forum/read.php?3,24079,24085#msg-24085 I think you are pretty close, you just need to adjust your class statement from and to or: bundle agent test5 { classes: "my_class" or => { "myh

CFEngine Help: Re: CFEngine Help: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: context and relevance Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,24080,24084#msg-24084 If you run the agent if verbose mode (-v) you can see the classes that are defined. __

CFEngine Help: Re: CFEngine Help: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: context and relevance Author: jimmathieu Link to topic: https://cfengine.com/forum/read.php?3,24080,24083#msg-24083 Hello Nicolas - and thanks again! I tried using the IP addresses of the boxes...and still the same result. I tried using "ipv4_" w

Re: CFEngine Help: Re: CFEngine Help: context and relevance

2011-11-28 Thread Nicolas Charles
If the context is not relevant, it means that the class is not defined. In your case, it means that since "my_class" is not defined, it won't check the file promise. If you have the same result, it probably means your host isn't called either myhost1 or myhost2, or there is something strange go

CFEngine Help: Re: CFEngine Help: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: context and relevance Author: jimmathieu Link to topic: https://cfengine.com/forum/read.php?3,24080,24081#msg-24081 Hello Nicolas, Thank you for responding! I tried using the OR instead of the AND...and got the same results. Thanks, Jim ___

Re: CFEngine Help: context and relevance

2011-11-28 Thread Nicolas Charles
Hi, I guess you wanted to define you class with a "or" rather than a "and". classes: "my_class" or => { "myhost1", "myhost2" }; Regards Nicolas CHARLES On 28/11/2011 20:46, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: context and relevance > Author: jimmathieu > Link to

CFEngine Help: context and relevance

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: context and relevance Author: jimmathieu Link to topic: https://cfengine.com/forum/read.php?3,24079,24079#msg-24079 Hello, I could use some help (pointing me to doc if possible) about context and relevance as they relate to classes. I am trying to make a remote copy

CFEngine Help: Re: cfengine 3.1.5 pcre question

2011-11-28 Thread no-reply
Forum: CFEngine Help Subject: Re: cfengine 3.1.5 pcre question Author: aureliebu Link to topic: https://cfengine.com/forum/read.php?3,21784,24078#msg-24078 We use 3.2.1 version. We have the same problem, and also with the function readstringarray. It seems that the problem stems from a common fu

Re: cannot use cfengine3 mode in Emacs 23

2011-11-28 Thread Marco Marongiu
Il 28/11/2011 17:21, Marco Marongiu ha scritto: > Hi Ted & all > > Il 27/11/2011 04:02, Ted Zlatanov ha scritto: >> Fixed version attached. Tested with Emacs 23.2 > > I've just done a quick test, and things seem to work smoothly Forget that :( As I load the mode using M-x cfengine3-mode, the f

Re: cannot use cfengine3 mode in Emacs 23

2011-11-28 Thread Marco Marongiu
Hi Ted & all Il 27/11/2011 04:02, Ted Zlatanov ha scritto: > Fixed version attached. Tested with Emacs 23.2 I've just done a quick test, and things seem to work smoothly (GNU Emacs 23.1.1 running on Ubuntu Linux 10.04 LTS) Tomorrow I'll spend much more time on cfengine than today, if I spot any