Search code examples
rubychef-infrachef-recipechef-solo

Run Multiple Custom Chef Error Handler's?


Does anyone know if you can run lets say 2 error handlers in the same cookbook and have both of them run, one after another? And if so how would you do that.


Solution

  • Handlers are entirely independent of each other and you can run as many as you want. If you are using the chef_handler cookbook, use the titular resource multiple times.