Seva Gluschenko writes:
> It is known that the iteration depth of variables is limited in
> Cfengine. As of 3.0.4p2 the following test.cf
[...]
> produced the following output:
>
> R: outer: This
> R: outer: is
> R: outer: an
> R: outer: array
> R: outer: element
> R: outer: too
> R: inner: th
It is known that the iteration depth of variables is limited in
Cfengine. As of 3.0.4p2 the following test.cf
body common control
{
bundlesequence => { "outer", "inner" };
}
bundle agent outer
{
vars:
"arr[idx1]" string => "this is an array element";
"arr[idx2]" slist => { "This", "