Issue #3170 has been updated by Joshua Lifton. Assignee deleted (Jesse Wolfe)
This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues. ---------------------------------------- Feature #3170: Please re-introduce checksum => nosum for file resources https://projects.puppetlabs.com/issues/3170 Author: Tim Stoop Status: Accepted Priority: Normal Assignee: Category: file Target version: Affected Puppet 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://projects.puppetlabs.com/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.
