This is more of a ruby programming question I think but here goes.
I would like to load a report from a file for some processing that does not
happen on the puppet master:
#!/usr/bin/env ruby
require 'yaml'
require 'puppet'
report = YAML::load(File.open('/var/lib/puppet/state/last_run_report.ya
I have migrated to a load balanced setup for puppet masters. Afterwards, I
was able to check new clients in but that has suddenly stopped working.
puppet 2.7.14
new setup:
puppetca, acts as a master to puppetmaster servers
n number of puppetmasters, acts as a puppetmaster to clients
During the