Method: Puppet::FileServing::Mount::Modules#search

Defined in:
lib/puppet/file_serving/mount/modules.rb

#search(path, request) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



16
17
18
19
20
21
# File 'lib/puppet/file_serving/mount/modules.rb', line 16

def search(path, request)
  result = find(path, request)
  if result
    [result]
  end
end