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

Allow use of invalidate and invalidate handler #119

Closed bdhoine closed 6 years ago

bdhoine commented 6 years ago

I did not find in the official docs why they can not be used both, checked locally and it is possible to use them simultaneously

bstopp commented 6 years ago

Let me check on this; I am positive i did this for a reason; but i can't remember what that was.

bstopp commented 6 years ago

Oops, i shouldn't have merged this yet.

Can you update the if/else block to allow both outputs?

here

and here

flaoboisaen commented 4 years ago

Hi @bstopp, the above if/else block has been updated with PR 120 (https://github.com/bstopp/puppet-aem/pull/120), especially with the following commit: https://github.com/bstopp/puppet-aem/pull/120/commits/600a04b30837a8cf119a864d289f3eaae620df7c But that has never been merged, so as of now it is still not possible to use both, invalidate and invalidate handler.

Would it be possible to fix that?

bstopp commented 4 years ago

@flaoboisaen - I will be deprecating the Dispatcher support in this module, to be replaced with:

https://github.com/adobe/puppet-dispatcher

An official 1.0 release should be coming soon. This supports both invalidate and invalidate_handler here.

flaoboisaen commented 4 years ago

Very nice! Thanks for the info @bstopp :)