| We also started experiencing a similar issue when the facter gem was bumped from 4.0.51 to 5.0.52 with tests run by cd4pe on puppetlabs-modules. Here is an example of a failing job #6253, which boils down to the fact "$trusted['certname']" being unable to resolve anywhere in our profiles, such as this. I can reproduce the failure locally by downloading the version of the control repo used for testing here, extracting and cd into the tarball dir and running "docker run --rm -v ~/.ssh:/root/.ssh -v $(PWD)/jobs/unix:/cd4pe_job -v $(PWD)/repo:/repo genebean/puppet-dev-tools:update-testing "/cd4pe_job/JOB"". |