Issue #558 has been updated by luke. Status changed from Accepted to Ready for Checkin Assigned to changed from luke to jamtur01 Target version changed from unplanned to 0.24.8
Pushed in the tickets/0.24.x/558 branch in my repo. ---------------------------------------- Feature #558: Docs says checksum can be "nosum", source does not agree http://projects.reductivelabs.com:80/issues/558 Author: tim Status: Ready for Checkin Priority: Normal Assigned to: jamtur01 Category: file Target version: 0.24.8 Complexity: Unknown Patch: None Affected version: 0.24.4 Keywords: "Type docs":http://www.reductivelabs.com/projects/puppet/reference/typedocs.html#file tell me: <pre> Valid values are time, md5lite, nosum, timestamp, md5, mtime. </pre> "Source":http://reductivelabs.com/trac/puppet/browser/trunk/lib/puppet/type/pfile/checksum.rb tells me: <pre> @validtypes = %w{md5 md5lite timestamp mtime time} </pre> I'd like to have a nosum value, though. That way I could say "hey, if this file doesn't exist, create this file from this template, but i don't care if it changes afterwards". So I hope the source is wrong on this count and gets changed :) ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
