Method: Puppet::Pops::Lookup::ConfiguredDataProvider#config_path
- Defined in:
- lib/puppet/pops/lookup/configured_data_provider.rb
#config_path ⇒ Pathname
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.
Returns the path to the configuration.
28 29 30 |
# File 'lib/puppet/pops/lookup/configured_data_provider.rb', line 28 def config_path @config.nil? ? nil : @config.config_path end |