This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Description
Somehow the cron.pp isn't able to retrieve the required variables from params.pp.
puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find template '' at /etc/puppet/modules/yum/manifests/cron.pp:42 on node 3384
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
It don't get update_template and update_configuration_file and it's not related to the code in params.pp. Cause when I change default = undef to default = "FOO" it is still not working.
I got this behaviour with puppet 3 and 4.