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

AEM Installer fails if quickstart is a load version. #127

Closed bstopp closed 5 years ago

bstopp commented 5 years ago

When the quickstart file is a loadx version; meaning the file contains the explicit load, then the aem installation check fails; for two reasons:

1) The default assumption is that the resource properties are valid, therefore ensure is defaulted to 'present'; this is an invalid assumption as.... 2) The quickstart version jar regex doesn't account for load versions; therefore if the file regex doesn't match exactly, the system assumes the default (in this case, that AEM is installed)

To fix this:

bstopp commented 5 years ago

Fixed in 2.6.1