*Puppet Version:2018.1.2* *Puppet Server Version:5.5.3* *OS Name/Version:centos 7.5*
Describe your issue in as much detail as possible… Describe steps to reproduce…
*Desired Behavior:* Puppet, throws a crontab error when examining the /var/spool/cron directory, as tries to list the crontab for users when that user is just a temp file starting with a hash.
Looks like this might be part of mcollective (as that's where in the debug log it mentions it). Oddly, this error does not appear in the debug log, only in STDERR
To re-create the error, all you need to do is create a file starting with a hash in the {{ /var/spool/cron/}} folder. ({{touch '/var/spool/cron/#tmp.XXXXkhATKA'}}) as is created by editing the crontab and having that process crash during edit.