Module | Librarian::Puppet::Util |
In: |
lib/librarian/puppet/util.rb
|
workaround Issue 173 FileUtils.cp_r will fail if there is a symlink that points to a missing file or when the symlink is copied before the target file when preserve is true see also tickets.opscode.com/browse/CHEF-833
If the rsync configuration parameter is set, use rsync instead of FileUtils