diff options
author | Brice Figureau <brice-puppet@daysofwonder.com> | 2010-03-13 14:57:39 +0100 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | 9122ac51284086a050d61df8fe060616aaf83d3c (patch) | |
tree | d626cf2fd4535965d58648919c889c7228685b0e /lib/puppet/parser/files.rb | |
parent | 73c8d0d4701f10995c81633b912bc6dc65a2cf78 (diff) | |
download | puppet-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/files.rb')
0 files changed, 0 insertions, 0 deletions