tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

allow aem_jar_installer to check for a subdirectory in base_dir/crx-q… #35

Closed eugene-kim closed 9 years ago

eugene-kim commented 9 years ago

…uickstart to determine whether to unpack the .jar file or not

I have a use case in which I'd like to do some pre-setup work with the crx-quickstart directory before running the author / publish recipe. However given how the current aem_jar_installer provider is set up, it's locked into checking for the crx-quickstart directory and the crx-quickstart directory alone. I'd like to have this folder be parameterized with an attribute so that users will have a finer grain option should they choose to do so.

Psukhe commented 9 years ago

Looks good, thanks!