]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Enable chef exception handler
[chef.git] / cookbooks / chef / templates / default / client.rb.erb
index 6b72349556c041abb7d073e6f76ccebacc0cfdb1..65bf700e8dbe4a56880e037c55fe40074016bca5 100644 (file)
@@ -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