Forum: Cfengine Help
Subject: Re: Concatenating "inputs" from slists seems broken for cf-serverd
Author: schattenfell
Link to topic: https://cfengine.com/forum/read.php?3,22004,22015#msg-22015

But a little annotation to the documentation if "inputs":

###################################################################

5.1.4 inputs
Type: slist
Allowed input range: .*
Synopsis: List of additional filenames to parse for promises
Example:
body common control
{
inputs => {
"update.cf",
"library.cf"
};
}
Notes:
The filenames specified are all assumed to be in the same directory as the file 
which references them
(this is usually $(sys.workdir)/inputs, but may be overridden by the -f or 
--file command line
option.
Default value:
There is no default value. If no filenames are specified, no other filenames 
will be included in the
compilation process.

###################################################################

Here is nothing said about the hint, you gave me for expand the "inputs" slist.

Only under "5.1.1 bundlesequence" there is a note relating "bundlesequence" but 
not "inputs".

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

Reply via email to