hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 93 forks source link

Remove recursiveness and create the root folder #22

Closed tonybruess closed 9 years ago

tonybruess commented 9 years ago

Recursiveness is a poor way of directory tree structure. Puppet will be fast when it installs nexus, but as you begin to fill your nexus repo with artifacts the puppet run becomes very slow over time.

With recurse on a directory, it ends up checking all the files in that directory.

tmclaugh commented 9 years ago

Same issue as #9