]> git.openstreetmap.org Git - chef.git/commitdiff
Enable chef exception handler
authorTom Hughes <tom@compton.nu>
Tue, 31 Jul 2018 22:03:19 +0000 (23:03 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 31 Jul 2018 22:03:19 +0000 (23:03 +0100)
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