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
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
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
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
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
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
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