Issue #3398 has been updated by Markus Roberts. Status changed from Available In Testing Branch to Closed
Pushed to master in commit:"47c3ca18272e38f16d0e5690c2c9a0e0dbac3285" ---------------------------------------- Refactor #3398: File's 'checksum' attribute should be a parameter, not a property http://projects.puppetlabs.com/issues/3398 Author: Luke Kanies Status: Closed Priority: Normal Assigned to: Markus Roberts Category: file Target version: Rowlf Affected version: 0.25.4 Branch: luke/tickets/master/3398 The 'checksum' attribute on 'file' has always been a property, rather than a parameter, and this fact has always resulted in a bit of torture around its relationship to 'source' and 'content'. We should switch this to a parameter whose sole role is to determine which checksum type we use. The 'content' property already actually speaks in checksums anyway, so we won't have to deal with the full file content anywhere. Note that this is a punt on tracking changes - we'll be removing all of the functionality that originally provided this just for file content. -- 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.
