Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19057,19059#msg-19059

Scott,

You should use list notation, not variable iteration, AFAIR, i.e.

body common control {
    bundlesequence => { @(sequenceinputs.bundles) };
    inputs => { @(sequenceinputs.inputs) };
}


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

Reply via email to