]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Disable chef report handler
[chef.git] / cookbooks / chef / templates / default / client.rb.erb
index f151c7d0760a31ef947315b49855ea940c6be2fb..b78fefb6ae93cfbcdfc551739543d874d271c864 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
 
@@ -40,4 +40,4 @@ email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetma
 # Configure report handlers
 
 exception_handlers << email_handler
-report_handlers << email_handler
+#report_handlers << email_handler