Forum: Cfengine Help
Subject: Re: Cfengine Help: usebundle and slist of sub-bundles
Author: joke
Link to topic: https://cfengine.com/forum/read.php?3,18882,18886#msg-18886

I just tried this using the 3.1.0b2 (debian unstable package) but cf-agent 
reports an error.
Undeclared promise bundle "$(bundle_list)()" was referenced in a promise
my configuration (condensed) is:

bundle agent packages {
    vars:
        "package_list" slist => { "package0", "package1" };
    methods:
        "any" usebundle => "$(package_list)";
}

bundle agent package0 { ........... }
bundle agent package1 { ........... }


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

Reply via email to