Issue #558 has been updated by jamtur01. Status changed from Ready for Checkin to Closed
Pushed in commit:"25a3f59be4a514629db6825ce4b5abb99371ae3e" in branch 0.24.x ---------------------------------------- Feature #558: Docs says checksum can be "nosum", source does not agree http://projects.reductivelabs.com:80/issues/558 Author: tim Status: Closed 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 -~----------~----~----~----~------~----~------~--~---
