Class: Puppet::Plugins::DataProviders::EnvironmentDataProvider Private

Inherits:
Object
  • Object
show all
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.

Since:

  • Puppet 4.0.0

Instance Method Summary collapse

Methods included from DataProvider

#lookup, #name, #post_process, #unchecked_lookup, #validate_data

Methods included from Puppet::Pops::Lookup::Interpolation

#interpolate

Methods included from Puppet::Pops::Lookup::SubLookup

#split_key, #sub_lookup

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.

Since:

  • Puppet 4.0.0



139
140
141
# File 'lib/puppet/plugins/data_providers/data_provider.rb', line 139

def data_key(key, lookup_invocation)
  'environment'
end