No ideas at all? > -----Ursprüngliche Nachricht----- > Von: Bernd Adamowicz > Gesendet: Dienstag, 11. September 2012 16:16 > An: puppet-users@googlegroups.com > Betreff: Issue with large directory content > > Hi all, > > I got this directory configuration: > > > file { > "${codebase_ng::repository_mount}/${sonatype_work_dir}": > ensure => directory, > owner => $nexus_user, > group => $nexus_group, > mode => 0755, > recurse => false, > backup => false, > } > > Today I added some 100GB of artifacts to a subdirectory of > "${codebase_ng::repository_mount}/${sonatype_work_dir}". Now the result > is that the Puppet seems to run "forever". If I uncomment this code, > Puppet finishes in 15 seconds. So I presume Puppet is doing some > recursive scanning of this directory. Could this be true? Is there a > know issue with large content of directories? > > Thanks in advance! > Bernd
-- 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.