1 2 3 4 5 6 7
class puppet::cron::debian inherits puppet::cron::linux { File['/etc/cron.d/puppetd.cron']{ path => '/etc/cron.d/puppetd', } }