example42 / puppet-yum

Puppet module for Yum
Other
43 stars 116 forks source link

Problem with cron.pp #116

Open becker-IT opened 9 years ago

becker-IT commented 9 years ago

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.

abednarik commented 8 years ago

Which OS are you using?

becker-IT commented 8 years ago

CentOS.

alvagante commented 8 years ago

Can you post the output of the facter command, executed on the failing node.