Issue #19876 has been updated by Matthaus Owens.

Released in Puppet 3.2.0-rc1

----------------------------------------
Bug #19876: Regression: cron now matches on-disk records too aggressively
https://projects.puppetlabs.com/issues/19876#change-89579

* Author: Felix Frank
* Status: Closed
* Priority: Normal
* Assignee: Felix Frank
* Category: cron
* Target version: 3.2.0
* Affected Puppet version: development
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1565
----------------------------------------
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.


Reply via email to