Issue #2929 has been updated by Brice Figureau. Status changed from Accepted to Ready for Testing Assigned to set to Markus Roberts Branch set to http://github.com/masterzen/puppet/tree/tickets/0.25.x/2929
The current branch fixes two thing: * it prevents md5 checksumming of locally managed files (as this tickets addresse), when using "checksum => none" (tickets #3170) * it also optimize a bit the way change events are propagated when managing generated sub resources. ---------------------------------------- Bug #2929: File rucurse true, checksums all the files with md5 http://projects.reductivelabs.com/issues/2929 Author: Silviu Paragina Status: Ready for Testing Priority: Normal Assigned to: Markus Roberts Category: Target version: Rowlf Affected version: 0.25.1 Keywords: Branch: http://github.com/masterzen/puppet/tree/tickets/0.25.x/2929 Not sure if this is a bug or a feature. On some ways it might be considered a feature. Take this example: <pre> file { "imagedir": path => "/var/lib/images", ensure => "directory", recurse => true, owner => "root", group => "root", mode => 700, } </pre> All the files inside the dir would get checksummed with md5, which might not be the best choice. First of all I don't see any reason for this to happen in the above case. The best choice would be to respect the dir's checksum type, as it isn't honored, if it is set. -- 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.
