Re: CFEngine Help: Re: iterating over a global list

2012-09-11 Thread Gregory Matthews
On 11/09/12 15:51, no-re...@cfengine.com wrote: > > Implicit iteration over non-local variables was added in 3.3.0. > > https://github.com/cfengine/core/blob/3.3.x/ChangeLog well, that is pretty clear. Thanks for everyones input, I have a workaround in place until we can upgrade. We are migrating

CFEngine Help: Re: iterating over a global list

2012-09-11 Thread no-reply
Forum: CFEngine Help Subject: Re: iterating over a global list Author: Authority Link to topic: https://cfengine.com/forum/read.php?3,27280,27286#msg-27286 Implicit iteration over non-local variables was added in 3.3.0. https://github.com/cfengine/core/blob/3.3.x/ChangeLog __

Re: CFEngine Help: Re: iterating over a global list

2012-09-11 Thread Nick Anderson
On 09/11/2012 08:57 AM, no-re...@cfengine.com wrote: > The version mentioned, 3.2.1, is pretty old. You might consider an upgrade. > I am not certain that iteration over foriegn lists will work. Typical > practice is to make it local then iterate over that. > var: >'local_list' slist => {

CFEngine Help: Re: iterating over a global list

2012-09-11 Thread no-reply
Forum: CFEngine Help Subject: Re: iterating over a global list Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27280,27283#msg-27283 It is best practice to have common bundles in the bundlesequence. While the agent will define variables and classes from a common bundle t