Class | Puppet::FileServing::Fileset |
In: |
lib/puppet/file_serving/fileset.rb
|
Parent: | Object |
Operate recursively on a path, returning a set of file paths.
ignore | [R] | |
links | [R] | |
path | [R] | |
recurse | [RW] | |
recurselimit | [RW] |
Return a list of all files in our fileset. This is different from the normal definition of find in that we support specific levels of recursion, which means we need to know when we‘re going another level deep, which Find doesn‘t do.