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

Exception thrown if scripts don't listen to stdin #7

Closed domcleal closed 8 years ago

domcleal commented 11 years ago

(From @grimme-atix-de)

foreman_hooks should be more resilient to scripts not listening to stdin, by not throwing exceptions when unable to write to the pipe.

domcleal commented 8 years ago

Should be fixed by 4333d88.