Forum: CFEngine Help
Subject: Re: Method bundles in slists passed to the bundlesequence
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,23644,23647#msg-23647

At least usebundle should work. I recall that a promise like this worked months 
ago.

vars: 
  any::
    "common_bundles" slist => { "@(g.common_bundles)" };

methods:
  any::
    "promise_bundles" usebundle => $(common_bundles);


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

Reply via email to