Forum: CFEngine Help
Subject: Re: Evaluation of bundlesequence with constructed mybundle(@(args))
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,23499,23553#msg-23553

You must import slists locally in order to use them in a bundle, e.g.:


bundle agent main
{
 vars:
   "servers" slist => { @(g.servers) };
...
}


_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to