Method: Puppet::Pops::Lookup::V3BackendFunctionProvider#full_name
- Defined in:
- lib/puppet/pops/lookup/data_dig_function_provider.rb
#full_name ⇒ 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.
79 80 81 |
# File 'lib/puppet/pops/lookup/data_dig_function_provider.rb', line 79 def full_name "hiera version 3 backend '#{options[HieraConfig::KEY_BACKEND]}'" end |