The checkin module
https://github.com/salopensource/puppet_checkin_module is responsible
for checking in 'last_puppet_run' and 'puppet_errors' custom facts. We
have to cast the timestamp string to a DateTimeField on the fly to
compare and we also use the built-in fact puppetversion instead of
puppet_version.
The checkin module https://github.com/salopensource/puppet_checkin_module is responsible for checking in 'last_puppet_run' and 'puppet_errors' custom facts. We have to cast the timestamp string to a DateTimeField on the fly to compare and we also use the built-in fact puppetversion instead of puppet_version.
Part 2 to fix #403