I seem to be missing something. I've copied the files from this module https://github.com/torrancew/puppet-cron into my modulepath
$ puppet master --configprint modulepath /etc/puppet/modules:/usr/share/puppet/modules so it looks like this: /etc/puppet/modules/cron-job/ /etc/puppet/modules/cron-job/manifests/ /etc/puppet/modules/cron-job/manifests/daily.pp /etc/puppet/modules/cron-job/manifests/hourly.pp /etc/puppet/modules/cron-job/manifests/init.pp /etc/puppet/modules/cron-job/manifests/install.pp /etc/puppet/modules/cron-job/manifests/job.pp /etc/puppet/modules/cron-job/manifests/monthly.pp /etc/puppet/modules/cron-job/manifests/weekly.pp /etc/puppet/modules/cron-job/templates/ /etc/puppet/modules/cron-job/templates/job.erb AFAICT from the docs I should be able to do just this in my own manifests include daily but all I get is Could not find class daily What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/UumLCdAWIYwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
