Puppet: System Administration Automated

Support

Ticket #558 (new enhancement)

Opened 2 years ago

Last modified 7 months ago

Docs says checksum can be "nosum", source does not agree

Reported by: tim Assigned to: luke
Priority: normal Milestone:
Component: file Version:
Severity: minor Keywords:
Cc: Triage Stage: Needs design decision
Attached Patches: None Complexity: Unknown

Description

Type docs tell me:

Valid values are time, md5lite, nosum, timestamp, md5, mtime.

Source 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 :)

Change History

04/19/07 22:35:06 changed by luke

  • specification set to Unnecessary.
  • patch set to None.
  • complexity set to Unknown.
  • approval set to Unnecessary.
  • compatibility set to Unknown.
  • stage set to Needs design decision.

04/24/08 07:43:26 changed by luke

  • component changed from library to file.