summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/compiler.rb
diff options
context:
space:
mode:
authorBrice Figureau <brice-puppet@daysofwonder.com>2010-03-13 14:57:39 +0100
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit9122ac51284086a050d61df8fe060616aaf83d3c (patch)
treed626cf2fd4535965d58648919c889c7228685b0e /lib/puppet/parser/compiler.rb
parent73c8d0d4701f10995c81633b912bc6dc65a2cf78 (diff)
downloadpuppet-9122ac51284086a050d61df8fe060616aaf83d3c.tar.gz
puppet-9122ac51284086a050d61df8fe060616aaf83d3c.tar.xz
puppet-9122ac51284086a050d61df8fe060616aaf83d3c.zip
Fix #2929 - Allow checksum to be "none"
File checksum is "md5" by default. When managing local files (not sourced or content) it might be desirable to not checksum files, especially when managing deep hierarchies containing many files. This patch allows to write such manifests: file { "/path/to/deep/hierarchy": owner => brice, recurse => true, checksum => none } Then puppet(d) won't checksum those files, just manage their ownership. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'lib/puppet/parser/compiler.rb')
0 files changed, 0 insertions, 0 deletions