This will work as of 3.1.0, but do it this way instead (auto-iteration is
always through a scalar reference to a list):
bundle agent some_bundle {
vars:
"bundle_list" slist => some_function_generating_slist(.......);
methods:
"any" usebundle => "$(bundle_list)";
}
-Dan
On Oct 26, 2010, at 11:54 AM, [email protected] wrote:
> Forum: Cfengine Help
> Subject: usebundle and slist of sub-bundles
> Author: joke
> Link to topic: https://cfengine.com/forum/read.php?3,18881,18881#msg-18881
>
> Hi,
>
> I'm trying to figure out if there is a way to use the "usebundle" method with
> slists variables. The slist contains a list of sub-bundles which should be
> processed.
>
> I thought about something like this which isn't valid syntax thought.
>
> bundle agent some_bundle {
> vars:
> "bundle_list" slist => some_function_generating_slist(.......);
>
> methods:
> "any" usebundle => { @(bundle_list) };
> }
>
>
> Any hints how to do it?
>
> _______________________________________________
> Help-cfengine mailing list
> [email protected]
> https://cfengine.org/mailman/listinfo/help-cfengine
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine