[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5rc1-120-g2247c80

Jacob Helwig jacob at puppetlabs.com
Mon Feb 7 06:42:05 UTC 2011


The following commit has been merged in the upstream branch:
commit 3398139f29d26c337476ee36c63d07080c442058
Author: Jacob Helwig <jacob at puppetlabs.com>
Date:   Tue Feb 1 14:40:21 2011 -0800

    Remove invalid "timestamp" and "time", and add missing "ctime" File checksum types.
    
    'timestamp', and 'time' have been invalid since well before 2.6.0, so do
    not add them to the list of valid checksum types.
    
    'ctime' was missing from the list of valid checksum types, so add it.
    
    Paired-with: Jesse Wolfe <jesse at puppetlabs.com>

diff --git a/lib/puppet/type/file/checksum.rb b/lib/puppet/type/file/checksum.rb
index 7324607..5586b13 100755
--- a/lib/puppet/type/file/checksum.rb
+++ b/lib/puppet/type/file/checksum.rb
@@ -9,7 +9,7 @@ Puppet::Type.type(:file).newparam(:checksum) do
 
     The default checksum parameter, if checksums are enabled, is md5."
 
-  newvalues "md5", "md5lite", "timestamp", "mtime", "time", "none"
+  newvalues "md5", "md5lite", "mtime", "ctime", "none"
 
   defaultto :md5
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list