]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/report.rb.erb
Manage c3sl remote hands account
[chef.git] / cookbooks / chef / templates / default / report.rb.erb
index 07a8753a8a4b4ed0bc0366f6111bf754d8e9d0fd..20e32ef4fccea228512250a50e68e2aaaf29e1a8 100644 (file)
@@ -20,9 +20,9 @@ class Chef
         if failed? && !exception.is_a?(SystemExit)
           message_subject = "Chef run failed on #{node.name}"
           message_body = "#{run_status.formatted_exception}\n"
-#        elsif elapsed_time > 600
-#          message_subject = "Chef run took #{elapsed_time} on #{node.name}"
-#          message_body = ""
+        elsif elapsed_time > 600
+          message_subject = "Chef run took #{elapsed_time} on #{node.name}"
+          message_body = ""
         end
 
         return unless message_subject