theforeman / foreman_hooks

Run custom hook scripts on Foreman events
http://m0dlx.com/blog/Extending_Foreman_quickly_with_hook_scripts.html
GNU General Public License v3.0
56 stars 50 forks source link

Callback hook failures don't get raised, execution continues #6

Open domcleal opened 11 years ago

domcleal commented 11 years ago

(From @grimme-atix-de)

When a callback hook (e.g. before_provision) is called and fails, no exception is raised and so execution continues.