]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Disable chef exception handler
[chef.git] / cookbooks / chef / templates / default / client.rb.erb
index cdc09b2b26cab3d0c75a53c01ae97b8c4b118d24..5c9d888f581c7548a22e7a1f6e82d376a318df13 100644 (file)
@@ -27,7 +27,7 @@ chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap"
 
 # Make our plugins visible to ohai
 
-Ohai::Config[:plugin_path] << "<%= node[:ohai][:plugin_dir] %>"
+ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>"
 
 # Load supporting code for report handlers
 
@@ -35,9 +35,9 @@ require "/etc/chef/report"
 
 # Create report handler
 
-email_handler = Chef::Handler::Email.new(:to => "tom@compton.nu")
+email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetmap@firefishy.com"])
 
 # Configure report handlers
 
-exception_handlers << email_handler
-report_handlers << email_handler
+#exception_handlers << email_handler
+#report_handlers << email_handler