tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

Refactor node[:aem][:commands] and providers to allow commands for various AEM versions to be driven by attributes. #49

Closed pdunnavant closed 8 years ago

pdunnavant commented 8 years ago

Note that this is technically a breaking change, since this changes the format of the node[:aem][:commands] hash. But this (hopefully) will allow for easier future changes, since the code before required changes to both the hash and the providers (adding to the various case statements, etc.).

I also added in the correct curl commands for AEM 5.6.1, since those didn't exist in there prior to this.