Class Puppet::Module::Tool::Checksums
In: lib/puppet/module/tool/checksums.rb
Parent: Object

Checksums

This class proides methods for generating checksums for data and adding them to Metadata.

Methods

annotate   checksum   data   each   new  

Included Modules

Enumerable

Public Class methods

Instantiate object with string path to create checksums from.

Public Instance methods

Update Metadata‘s checksums with this object‘s.

Return checksum for the Pathname.

Return checksums for object‘s Pathname, generate if it‘s needed. Result is a hash of path strings to checksum strings.

TODO: Why?

[Validate]