diff options
| author | James Turnbull <james@lovedthanlost.net> | 2009-01-22 13:47:13 +1100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2009-01-22 13:47:13 +1100 |
| commit | f40a6b1dc5feca966899a112c892f2b4de596bd3 (patch) | |
| tree | aebd3106f7ce88ee165ffa1519f208c474145543 /lib/puppet | |
| parent | 6af317948e52e7c933d774ab5aab4ae092aa17ff (diff) | |
| download | puppet-f40a6b1dc5feca966899a112c892f2b4de596bd3.tar.gz puppet-f40a6b1dc5feca966899a112c892f2b4de596bd3.tar.xz puppet-f40a6b1dc5feca966899a112c892f2b4de596bd3.zip | |
Fixed #1881 - Added md5lite explanation
Diffstat (limited to 'lib/puppet')
| -rwxr-xr-x | lib/puppet/type/file/checksum.rb | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
