Class: Puppet::Node::HieraNodeAdapter

Inherits:
Pops::Adaptable::Adapter
  • Object
show all
Defined in:
lib/puppet/indirector/node/cdpe.rb

Overview

================= This is a copy paste of https://github.com/puppetlabs/classifier/blob/2019.0.x/puppet/lib/puppet/indirector/node/classifier.rb with modifications to override trusted_facts to use the ones from PDB instead of looking up the one coming from the requesting node since we won't have

that information for CD4PE

Instance Attribute Summary collapse

Instance Attribute Details

#hiera_dataObject

Returns the value of attribute hiera_data.



12
13
14
# File 'lib/puppet/indirector/node/cdpe.rb', line 12

def hiera_data
  @hiera_data
end