CFEngine Help: Re: Do I really have to restart cfengine3 after changing promises.cf?

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: Do I really have to restart cfengine3 after changing promises.cf? Author: Charlie Link to topic: https://cfengine.com/forum/read.php?3,27637,27645#msg-27645 My mistake. I must have been testing on another box that had a version prior to 3.3.5. On 3.3.5, chang

CFEngine Help: Re: Do I really have to restart cfengine3 after changing promises.cf?

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: Do I really have to restart cfengine3 after changing promises.cf? Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27637,27640#msg-27640 Policy files, inculding promsies.cf, do not get downloaded to the client. The client downloads them f

CFEngine Help: Re: Do I really have to restart cfengine3 after changing promises.cf?

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: Do I really have to restart cfengine3 after changing promises.cf? Author: Charlie Link to topic: https://cfengine.com/forum/read.php?3,27637,27639#msg-27639 Perhaps it's semantics, but the central authority does control the clients ... via promises.cf. The promi

CFEngine Help: Re: Do I really have to restart cfengine3 after changing promises.cf?

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: Do I really have to restart cfengine3 after changing promises.cf? Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27637,27638#msg-27638 I believe newer versions of Cfengine (3.3.?) will notice changes in cf-execd's control body and reread

CFEngine Help: Do I really have to restart cfengine3 after changing promises.cf?

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Do I really have to restart cfengine3 after changing promises.cf? Author: Charlie Link to topic: https://cfengine.com/forum/read.php?3,27637,27637#msg-27637 I'm running cfengine-community 3.3.5 on CentOS 6.3. I've found that when I make changes to some things in prom

CFEngine Help: Re: copy from symbolic links with link type=none

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: copy_from symbolic links with link_type=none Author: augmentedfourth Link to topic: https://cfengine.com/forum/read.php?3,26584,27636#msg-27636 jbdenis: How did copylink_patterns help you in this case? I've played with that as well but gotten nowhere. I too would

CFEngine Help: Re: CFEngine Help: tokyocabinet-1.4.47 compiler error on AIX5.3

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: tokyocabinet-1.4.47 compiler error on AIX5.3 Author: cfengine2o12 Link to topic: https://cfengine.com/forum/read.php?3,27076,27635#msg-27635 Is there anything w/o rpm? our install may not support to rpms.. __

CFEngine Help: Re: configure:18021: error: Cannot find PCRE

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: configure:18021: error: Cannot find PCRE Author: cfengine2o12 Link to topic: https://cfengine.com/forum/read.php?3,27586,27634#msg-27634 yes --with-pcre=/usr/local already tried but that didn't help ___ Help-cfengin

Re: getindices from array problems

2012-10-02 Thread Diego Zamboni
Jose, If you move the policy_server_show bundle to *after* the define_policy_server_array bundle, then it works fine. This seems to be a bug - ordering of bundles within the file should not affect their execution. Would you mind filing one under https://cfengine.com/dev ? Thanks, --Diego On

Re: getindices from array problems

2012-10-02 Thread jose nuno neto
Thanks for replying Right now I am just learning the language and thought of this has an example, useful example I know about the server list, was just wondering of getting a cleaner way in case of failures but regarding the language the using function getindices on a array from other bundle does

CFEngine Help: Re: getindices from array problems

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: getindices from array problems Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27630,27631#msg-27631 The servers attribute in the copy_from body can be a list of servers. If the first server does not answer the next server in the list wi

getindices from array problems

2012-10-02 Thread jose nuno neto
Hellos I am beginning with Cfengine and trying to setup a method to validate a list of servers to download files from, come up with this method, from a slist of servers, do a file copy check, add to an array of servers. Up to here seems ok But when I try to read from the array don't get any data,

CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.4.0beta2 is released

2012-10-02 Thread no-reply
Forum: CFEngine Help Subject: Re: [ANNOUNCE] CFEngine Community 3.4.0beta2 is released Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27604,27629#msg-27629 I'm not opposed to adding new ways of doing things. Indeed I've been a user and fan of Perl for most of my career.

Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.4.0beta2 is released

2012-10-02 Thread Jonathan Clarke
On 01/10/12 22:24, no-re...@cfengine.com wrote: > The code is shorter, its intention is clearer, and we don't have to invent so > many unnecessary class names. Of course, you can still explicitly use classes > as a signaling mechanism, this is just a shortcut. Great explanation Diego - this make

Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.4.0beta2 is released

2012-10-02 Thread Mikhail Gusarov
On Tue, Oct 2, 2012 at 12:02 AM, wrote: > On comments vs handles thing -- I dont think comments show up in the output > of verbose execution, which is why I use handles to document my policies. > This way, when I run a policy in verbose, I can see exactly what is going on > and where. Pleas