From: Tom Hughes Date: Tue, 5 Dec 2017 14:11:32 +0000 (+0000) Subject: Disable chef exception handler X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/204605749875101d3316aa94917d0a4b6c055fb3?ds=sidebyside Disable chef exception handler --- diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index b78fefb6a..5c9d888f5 100644 --- a/cookbooks/chef/templates/default/client.rb.erb +++ b/cookbooks/chef/templates/default/client.rb.erb @@ -39,5 +39,5 @@ email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetma # Configure report handlers -exception_handlers << email_handler +#exception_handlers << email_handler #report_handlers << email_handler