Issue #3170 has been updated by Kevin Cai.


file { "/tmp":
   mode => 1777,
   *checksum => undef,*
}

it should work according to the comment #9 in 
http://projects.reductivelabs.com/issues/1973
----------------------------------------
Feature #3170: Please re-introduce checksum => nosum for file resources
http://projects.reductivelabs.com/issues/3170

Author: Tim Stoop
Status: Accepted
Priority: Normal
Assigned to: Jesse Wolfe
Category: file
Target version: 
Affected version: 0.25.4
Keywords: 
Branch: 


According to #558, there used to be a 'nosum' option for the file resource. We 
have a lot of resource defined like this:

{{{
file { "/tmp":
  mode => 1777,
}
}}}

Currently, for each of these resources it calculates the checksum every puppet 
run. It would be convenient for us if it only checks the directory mode or 
other specifically set options, but not the checksum. Saves a lot of time and 
output we don't need. I think more people would find this convenient.

Also, currently the documentation seems to hint that it's possible to disable 
checksumming (it uses the phrase "The default checksum parameter, if checksums 
are enabled, is md5.").


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to