salopensource / sal

Modular reporting for Endpoints
Apache License 2.0
212 stars 64 forks source link

Re-enable puppetstatus plugin #409

Closed octomike closed 3 years ago

octomike commented 3 years ago

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