debug: //shared::puppet/Cron[asdf]: Changing ensure
debug: //shared::puppet/Cron[asdf]: 1 change(s)
notice: //shared::puppet/Cron[asdf]/ensure: created
debug: Flushing cron provider target root
"-":5: bad command
errors in crontab file, can't install.
debug: //shared::puppet/Cron[puppetrun]: Changing ensure
debug: //shared::puppet/Cron[puppetrun]: 1 change(s)
notice: //shared::puppet/Cron[puppetrun]/ensure: created
debug: Flushing cron provider target root
"-":5: bad command
errors in crontab file, can't install.
cron{
"puppetrun":
command=>"/nail/sys/bin/puppetrun 60",
environment=>"MAILTO=karl@slide.com",
user=>"root",
minute=>$minutes
}
cron{"asdf":
command=>"/bin/true",
user=>"root"
}
-------------------
if i put a puts text in the crontab.rb provider at line 190 it outputs:
* * * * * * /bin/true
* 47 * * * * /nail/sys/bin/puppetrun 60