bstopp / puppet-aem

Puppet module for managing AEM Installations.
https://forge.puppet.com/bstopp/aem
Apache License 2.0
30 stars 30 forks source link

Fix puppet taking ages on hosts with large AEM repository #125

Closed Jarodiv closed 5 years ago

Jarodiv commented 6 years ago

During its run the AEM module searches the installation folder for a already present crx-quickstart jar.

On hosts with a grown AEM instance the 'crx-quickstart/repository' folder can become quite huge, causing the find call to take ages when searching withing this folder.

To fix this issue the find call was modified to skip the folder 'crx-quickstart/repository'.

Fixes [#124]

bstopp commented 5 years ago

Fixed in 2.6.1