# File lib/puppet/indirector/facts/puppetdb.rb, line 12 def get_trusted_info(node) trusted = Puppet.lookup(:trusted_information) do Puppet::Context::TrustedInformation.local(node) end trusted.to_h end