From: Tom Hughes Date: Tue, 31 Jul 2018 22:03:19 +0000 (+0100) Subject: Enable chef exception handler X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0d061337fc0e84359e8874eaa7ed26366f5137d5?ds=inline Enable chef exception handler --- diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index 6b7234955..65bf700e8 100644 --- a/cookbooks/chef/templates/default/client.rb.erb +++ b/cookbooks/chef/templates/default/client.rb.erb @@ -39,4 +39,5 @@ email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetma # Configure report handlers +exception_handlers << email_handler report_handlers << email_handler