[Puppet Users] load puppet report from file

2013-03-04 Thread cblum...@gmail.com
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

[Puppet Users] cannot check in new clients to master certificate revoked

2012-12-19 Thread cblum...@gmail.com
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