[%CFEngine_function_prototype(glob1, glob2, …)%]

Description: Return the list of files that match any of the given glob patterns.

This function searches for the given glob patterns in the local filesystem, returning files or directories that match. Note that glob patterns are not regular expressions. They match like Unix shells:

This function, used together with the bundlesmatching function, allows you to do dynamic inputs and a dynamic bundle call chain.

Notes:

Example:

[%CFEngine_include_snippet(findfiles.cf, #+begin_src cfengine3, .*end_src)%]

Output:

[%CFEngine_include_snippet(findfiles.cf, #+begin_src\s+example_output\s, .end_src)%]

See also: [bundlesmatching()][bundlesmatching].