Issue #2929 has been updated by Markus Roberts. Status changed from Unreviewed to Accepted Target version set to Puppet - Rowlf
---------------------------------------- Bug #2929: File rucurse true, checksums all the files with md5 http://projects.reductivelabs.com/issues/2929 Author: Silviu Paragina Status: Accepted Priority: Normal Assigned to: Category: Target version: Rowlf Affected version: 0.25.1 Keywords: Branch: 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.
