Issue #775 has been updated by Rob Terhaar.
I just got bit by this bug in 0.25.1 ---------------------------------------- Bug #775: Cron resources being deleted still require a command. http://projects.reductivelabs.com/issues/775 Author: Matt Palmer Status: Accepted Priority: Low Assigned to: Luke Kanies Category: cron Target version: unplanned Patch: None Affected version: 0.24.8 Keywords: Branch: A resource spec like this: <pre> cron { run_update_etc_puppet: ensure => absent, user => root } </pre> Results in an error like this on every Puppet run under 0.23.2: <pre> err: //hostname/class/Cron[run_update_etc_puppet]: Failed to retrieve current state of resource: No command, somehow at /etc/puppet/manifests/classes/class.pp:20 </pre> I'm fairly certain that error didn't appear in 0.22.4, otherwise I would have reported it then, too. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. 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-bugs?hl=en.
