On 18/11/2011 22:29, [email protected] wrote: > Forum: CFEngine Help > Subject: Re: Trouble with dynamic inputs > Author: neilhwatson > Link to topic: https://cfengine.com/forum/read.php?3,24015,24018#msg-24018 > > I see the problem now. If common g is called via inputs it fails. Common g > must be in the same file as the common control bundle. I'm not sure why that > is mind you. >
I already came across this type of issue. From what I understood, the bundle common are read in the order they appears in the file, so if you have some data in a common bundle depending from another, they must be in the "natural" order In your case, you define the inputs based on a bundle common, so the bundle common must be before the inputs (note that the bundlesequence seems to be evaluated after, so it can rely on later bundle common, which is really convenient) Nicolas _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
