CFEngine Help: Re: Problem accessing list variables in hash

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: Problem accessing list variables in hash Author: nickanderson Link to topic: https://cfengine.com/forum/read.php?3,26268,26273#msg-26273 Of course I come back and look at it in the morning and see some things I don't like. Anyway if you didnt want to make a seco

CFEngine Help: 3.1.4 => 3.3.4: has something changed regarding classes in bundles?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: 3.1.4 => 3.3.4: has something changed regarding classes in bundles? Author: davidlee Link to topic: https://cfengine.com/forum/read.php?3,26274,26274#msg-26274 (RHEL 5.x; cfengine community 3.1.4, just started migrating to 3.3.4) In RHEL the files that control networ

Re: which cfengine_stdlib.cf

2012-06-22 Thread Ted Zlatanov
On Thu, 21 Jun 2012 15:44:48 +0200 Bas van der Vlies wrote: BvdV> On 06/21/2012 02:50 PM, Ted Zlatanov wrote: >> On Thu, 21 Jun 2012 13:46:15 +0200 Bas van der Vlies wrote: >> I have not updated CFEngine::stdlib in Design Center from the copbl >> repository because the newer stdlib version ha

Re: CFEngine Help: High Availability / High Performance Advanced Automation Cfengine Architecture

2012-06-22 Thread Ted Zlatanov
On Mon, 18 Jun 2012 18:26:48 +0200 (CEST) msvob...@linkedin.com wrote: Hi Mike, that was a very interesting and useful post. I wanted to bring up a tool I wrote on my own recently, and it's not CFEngine-specific (although it can produce a CFEngine config, it can also produce JSON and eventually

CFEngine Help: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles? Author: bahamat Link to topic: https://cfengine.com/forum/read.php?3,26274,26277#msg-26277 Can you show us the offending promises? ___ Help-cfengine ma

CFEngine Help: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles? Author: davidlee Link to topic: https://cfengine.com/forum/read.php?3,26274,26278#msg-26278 I've been doing a little more digging. I think the main fault is a long-standing one in the COPBL "set

Re: feature proposal for cfengine.el

2012-06-22 Thread Ted Zlatanov
On Fri, 15 Jun 2012 10:47:23 -0500 Ron Parker wrote: RP> On Fri, Jun 15, 2012 at 9:57 AM, Marco Marongiu wrote: >> I found that having the promises laid out in normal order in the bundles >> can help a lot in understanding how things actually go on when the >> policy is run. >> >> It would be

CFEngine Help: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: 3.1.4 => 3.3.4: has something changed regarding classes in bundles? Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,26274,26280#msg-26280 David - good and correct analysis. Indeed by definition all classes set by the "classes" attribute are

CFEngine Help: It is possible to uses a slist variable in the inputs directive ?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: It is possible to uses a slist variable in the inputs directive ? Author: ydast...@caesars.com Link to topic: https://cfengine.com/forum/read.php?3,26281,26281#msg-26281 Hello, I try to used a string list variable in the inputs directive without success here is th

Re: CFEngine Help: It is possible to uses a slist variable in the inputs directive ?

2012-06-22 Thread Nick Anderson
no-re...@cfengine.com wrote: >Forum: CFEngine Help >Subject: It is possible to uses a slist variable in the inputs >directive ? >Author: ydast...@caesars.com >Link to topic: >https://cfengine.com/forum/read.php?3,26281,26281#msg-26281 > >Hello, > >I try to used a string list variable in the inpu

Re: CFEngine Help: It is possible to uses a slist variable in the inputs irective ?

2012-06-22 Thread Diego Zamboni
You need to remove the quotes around the list. --Diego > > > Forum: CFEngine Help > > Subject: It is possible to uses a slist variable in the inputs > > directive ? > > Author: ydast...@caesars.com > > Link to topic: > > https://cfengine.com/forum/read.php?3,26281,26281#msg-26281 > > > > H

Cfengine license

2012-06-22 Thread Brian Bennett
In the LICENSE file included with the cfengine the contents of the GPLv3 is included. It also states "CFEngine is provided under the terms of the GNU General Public License..." The GPL itself in section 14 states "If the Program doesn't specify a version number...you may choose any version ever

CFEngine Help: Re: It is possible to uses a slist variable in the inputs directive ?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: It is possible to uses a slist variable in the inputs directive ? Author: nickanderson Link to topic: https://cfengine.com/forum/read.php?3,26281,26284#msg-26284 I think Diego is right, you have to remove the quotes around the list in inputs. That has caught me b

CFEngine Help: Re: It is possible to uses a slist variable in the inputs directive ?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: It is possible to uses a slist variable in the inputs directive ? Author: ydast...@caesars.com Link to topic: https://cfengine.com/forum/read.php?3,26281,26286#msg-26286 Same results with the quotes removes: body common control { version => "$Id: promises.cf 17

Removed packages treated as installed by stdlib

2012-06-22 Thread Ron Parker
I ran in to an issue with a package that got removed but not reinstalled by CFE. The dpkg-related patterns were matching anything in the output as installed. But if you remove or purge a package after installing it, it still shows up in the output of 'dpkg -l'. I just threw a pull request over the

CFEngine Help: Re: Cfengine license

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: Cfengine license Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,26285,26288#msg-26288 Hi Brian, CFEngine is licensed under GPL v3, since that is the license included with the code, even if there are some references that do not specify the

CFEngine Help: Re: Removed packages treated as installed by stdlib

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: Removed packages treated as installed by stdlib Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,26287,26289#msg-26289 Ron, thank you for the patch. I have merged it. ___ Help-cfengine mailing list

CFEngine Help: Re: It is possible to uses a slist variable in the inputs directive ?

2012-06-22 Thread no-reply
Forum: CFEngine Help Subject: Re: It is possible to uses a slist variable in the inputs directive ? Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,26281,26290#msg-26290 Yves, The example without the quotes works fine for me. Are there any files that are matches by the lsdi