Class: Puppet::Plugins::DataProviders::EnvironmentDataProvider Private
- Includes:
- DataProvider
- Defined in:
- lib/puppet/plugins/data_providers/data_provider.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
DataProviders::FunctionEnvDataProvider, DataProviders::HieraEnvDataProvider
Instance Method Summary collapse
Methods included from DataProvider
#lookup, #name, #post_process, #unchecked_lookup, #validate_data
Methods included from Puppet::Pops::Lookup::Interpolation
Methods included from Puppet::Pops::Lookup::SubLookup
Instance Method Details
#data_key(key, lookup_invocation) ⇒ 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.
139 140 141 |
# File 'lib/puppet/plugins/data_providers/data_provider.rb', line 139 def data_key(key, lookup_invocation) 'environment' end |