Issue #558 has been updated by jamtur01.

Status changed from Needs design decision to Accepted
Target version set to 0.25.0
Affected version set to 0.24.4


----------------------------------------
Feature #558: Docs says checksum can be "nosum", source does not agree
http://reductivelabs.com/redmine/issues/show/558

Author: tim
Status: Accepted
Priority: Normal
Assigned to: luke
Category: file
Target version: 0.25.0
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to