Re: Cfengine Help: Re: List variable in inputs

2010-05-06 Thread Daniel Dehennin
fo...@cfengine.com writes: > Forum: Cfengine Help > Subject: Re: List variable in inputs > Author: dfriedman > Link to topic: https://cfengine.com/forum/read.php?3,17074,17120#msg-17120 > > So does this mean it's not possible to have a dynamic list of input files, > period? If the variables in i

Cfengine Help: Re: List variable in inputs

2010-05-06 Thread forum
Forum: Cfengine Help Subject: Re: List variable in inputs Author: dfriedman Link to topic: https://cfengine.com/forum/read.php?3,17074,17120#msg-17120 So does this mean it's not possible to have a dynamic list of input files, period? ___ Help-cfengine

Re: Cfengine Help: Re: List variable in inputs

2010-05-06 Thread Daniel Dehennin
fo...@cfengine.com writes: >> body common control >> { >> bundlesequence => { "base", @(test.bundles) }; >> inputs => {"test.cf", @(test.inputs) }; >> } > > I don't see how this can work. There are no variables defined until > inputs is processes. Inputs cannot be processes until the given > var

Re: Cfengine Help: Re: List variable in inputs

2010-05-04 Thread Daniel Dehennin
fo...@cfengine.com writes: > By hierarchical are you hoping to allow other teams to make policy > without altering your own? No, as soon as I merge their work into the mainline to deploy it, they can execute whatever commands to destroy my system (until cf3 permit to "load" or "run" bundles under

Cfengine Help: Re: List variable in inputs

2010-05-04 Thread forum
Forum: Cfengine Help Subject: Re: List variable in inputs Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,17074,17095#msg-17095 By hierarchical are you hoping to allow other teams to make policy without altering your own? ___ H

Re: Cfengine Help: Re: List variable in inputs

2010-05-04 Thread Daniel Dehennin
fo...@cfengine.com writes: >> body common control >> { >> bundlesequence => { "base", @(test.bundles) }; >> inputs => {"test.cf", @(test.inputs) }; >> } > > I don't see how this can work. There are no variables defined until > inputs is processes. Variable resolution in bundlesequence seems de

Cfengine Help: Re: List variable in inputs

2010-05-04 Thread forum
Forum: Cfengine Help Subject: Re: List variable in inputs Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,17074,17092#msg-17092 > body common control > { > bundlesequence => { "base", @(test.bundles) }; > inputs => {"test.cf", @(test.inputs) }; > } I don't see how this ca