Issue #2929 has been updated by Markus Roberts. Status changed from Available In Testing Branch to Needs design decision Target version changed from Rowlf to 0.25.5
This patch has been applied in master for Rowlf. If it's going it 0.25.5, it needs to be marked "Ready for Checkin"; otherwise "Closed" ---------------------------------------- Bug #2929: File rucurse true, checksums all the files with md5 http://projects.reductivelabs.com/issues/2929 Author: Silviu Paragina Status: Needs design decision Priority: Normal Assigned to: Markus Roberts Category: Target version: 0.25.5 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.
