| It turns out there is a way to get the trusted facts already: ``` trusted_facts = (Puppet.lookup(:trusted_information) { Hash.new } ).to_h ``` It's completely different to the code to get regular facts, which isn't the most intuitive thing, but it does the job. |