Feature #558
Docs says checksum can be "nosum", source does not agree
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | file | |||
| Target version: | 0.24.8 | |||
| Affected Puppet version: | 0.24.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
“Type docs”:http://www.reductivelabs.com/projects/puppet/reference/typedocs.html#file tell me:
Valid values are time, md5lite, nosum, timestamp, md5, mtime.
“Source”:http://reductivelabs.com/trac/puppet/browser/trunk/lib/puppet/type/pfile/checksum.rb tells me:
@validtypes = %w{md5 md5lite timestamp mtime time}
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 :)
Related issues
History
Updated by Redmine Admin over 3 years ago
- Status changed from 1 to Needs Decision
Updated by James Turnbull over 3 years ago
- Status changed from Needs Decision to Accepted
- Target version set to 0.25.0
- Affected Puppet version set to 0.24.4
Updated by Luke Kanies about 3 years ago
- Target version changed from 0.25.0 to 4
Updated by Luke Kanies almost 3 years ago
- Status changed from Accepted to Ready For Checkin
- Assignee changed from Luke Kanies to James Turnbull
- Target version changed from 4 to 0.24.8
Pushed in the tickets/0.24.x/558 branch in my repo.
Updated by James Turnbull almost 3 years ago
- Status changed from Ready For Checkin to Closed
Pushed in commit:25a3f59be4a514629db6825ce4b5abb99371ae3e in branch 0.24.x