Method: Puppet::Environments::Cached#search_paths

Defined in:
lib/puppet/environments.rb

#search_pathsArray<String>

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.

A list of indicators of where the loader is getting its environments from.

Returns:

  • (Array<String>)

    The URIs of the load locations



390
391
392
# File 'lib/puppet/environments.rb', line 390

def search_paths
  @loader.search_paths
end