On Thu, Mar 10, 2011 at 09:55:20AM -0800, Maciej Skrzetuski wrote: > Any ideas on this? How can I do both, copy files recursively and then > change some subdirectory permissions?
This, I believe (and I'm happy to be corrected), is due to the fix of https://projects.puppetlabs.com/issues/2296 To stop things getting overwritten it prunes the path when it sees overlaps. You just need to specify: file { "/opt/files/copied_from_master": source => "puppet:///showcase/copied_from_master" mode => 744, recurse => true } See if that sorts you out. -- Ben Hughes || http://www.puppetlabs.com/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.