diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | lib/puppet/type/file/checksum.rb | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,6 @@ 0.25.0 + Fixed #1881 - Added md5lite explanation + Fixed #1877 - Tidy type reference update for use of 0 Fix autotest on win32 diff --git a/lib/puppet/type/file/checksum.rb b/lib/puppet/type/file/checksum.rb index 785ed0fee..82fae748c 100755 --- a/lib/puppet/type/file/checksum.rb +++ b/lib/puppet/type/file/checksum.rb @@ -11,7 +11,11 @@ Puppet::Type.type(:file).newproperty(:checksum) do like Tripwire without managing the file contents in any way. You can specify that a file's checksum should be monitored and then subscribe to the file from another object and receive events to signify - checksum changes, for instance." + checksum changes, for instance. + + There are a number of checksum types available including MD5 hashing (and + an md5lite variation that only hashes the first 500 characters of the + file." @event = :file_changed |