Issue #13653 has been updated by Patrick Carlisle.
Or maybe you want the epoch either way so you can keep better track of what you have. I'd defer to someone who actually uses the rpm provider, since I don't. ---------------------------------------- Bug #13653: The epoch tag isn't included in the package ensure notice 'from' version. https://projects.puppetlabs.com/issues/13653#change-59687 Author: Jude Nagurney Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.7.11 Keywords: package, ensure, notice, epoch, rpm Branch: I have a package block which is using ensure=>latest where the package in question is an RPM using the epoch tag. The currently installed package is also using the epoch tag. When puppet updates the package, the notice doesn't include the epoch tag for the previous version, but it does include it in the new version. `Thu Apr 05 00:12:34 +0000 2012 /Stage[whatever]/whatever/Package[whatever]/ensure (notice): ensure changed '1.1.1-1' to '13584113336:1.1.1-1'` The notice would be more accurate if it looked more like `Thu Apr 05 00:12:34 +0000 2012 /Stage[whatever]/whatever/Package[whatever]/ensure (notice): ensure changed '13584111111:1.1.1-1' to '1333584136:1.1.1-1'` -- 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 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.
