tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

Fix agent removal curl command. #45

Closed pdunnavant closed 8 years ago

pdunnavant commented 8 years ago

This reverts #27 . h is populated by the hosts iterator here, and shouldn't end up being a hash: https://github.com/tacitknowledge/aem-cookbook/blob/1.1.14/providers/replicator.rb#L157-L166

This was causing the hosts to iterate properly, but the curl commands were being generated incorrectly, so the "Agents on Author" were not being properly deleted.