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

hooks not removed if removed from directory #13

Closed dapak closed 8 years ago

dapak commented 10 years ago

If I remove a hook from the hooks directory and restore foreman, it is not found, which is great. However foreman keeps complaining in the UI that the file can not be found and fails the build process.

How do I get rid of a deprecated hook?

domcleal commented 10 years ago

Restarting Foreman (or Apache) should be enough, since it registers hooks at startup.