Issue #19876 has been updated by Felix Frank.
Adrien Thebo wrote: > Is the following the expected result? > > [...] Yes, as a matter of fact. Did you achieve this with master? Mind you, this is a very recent regression and (hopefully) won't show in any released version. ---------------------------------------- Bug #19876: Regression: cron now matches on-disk records too aggressively https://projects.puppetlabs.com/issues/19876#change-87655 * Author: Felix Frank * Status: Unreviewed * Priority: Normal * Assignee: Felix Frank * Category: cron * Target version: * Affected Puppet version: development * Keywords: * Branch: ---------------------------------------- Given this crontab <pre> # Puppet Name: first 10 * * * * /bin/true </pre> the following manifest should add a cronjob, but doesn't <pre> $ RUBYLIB=lib puppet apply -e 'cron { "second": command => "/bin/true", ensure => present }' Notice: Finished catalog run in 0.12 seconds </pre> I was able to pinpoint the regression to the fix for #16809. Will add test and try to fix. -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
