[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5
James Turnbull
james at lovedthanlost.net
Wed Apr 8 21:48:23 UTC 2009
The following commit has been merged in the master branch:
commit 84d6637cfc47a14114493254ec8e68f2887a93d8
Author: James Turnbull <james at lovedthanlost.net>
Date: Mon Mar 9 14:46:46 2009 +1100
Fixed #2000 - No default specified for checksum
diff --git a/CHANGELOG b/CHANGELOG
index 42bfe71..4d5b05f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.8
+ Fixed #2000 - No default specified for checksum
+
Fixed #2026 - Red Hat ignoring stop method
Added ext/dbfix.sql script - fixes common errors in stored configuration databases
diff --git a/lib/puppet/type/file/checksum.rb b/lib/puppet/type/file/checksum.rb
index f681a8e..095c62f 100755
--- a/lib/puppet/type/file/checksum.rb
+++ b/lib/puppet/type/file/checksum.rb
@@ -11,7 +11,13 @@ 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.
+
+ The default checksum parameter, if checksums are enabled, is md5."
@event = :file_changed
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list