On Nov 10, 4:09 pm, ericlee748 <eric.l...@gmail.com> wrote: > I have a large hierarchy of files that are set up to recursively copy > from my puppet master. It takes a long while to copy these files over > to the clients - roughly 1 hour. Only 1 or 2 files in the hierarchy > will ever change. Is there a better way to do what I'm doing?
Puppet checksums every file to determine whether to actually copy it. That is usually what takes most of the time in a scenario such as yours. The standard recommendation is to roll a custom package for your file hierarchy, and distribute that instead (via a Package resource). Recursively copying many files is generally not recommended. Cheers, John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.