Method: Puppet::FacterImpl#search_external
- Defined in:
- lib/puppet/facter_impl.rb
#search_external(dirs) ⇒ 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.
40 41 42 |
# File 'lib/puppet/facter_impl.rb', line 40 def search_external(dirs) ::Facter.search_external(dirs) end |