X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a187725afba4631d5637ad8d247cea8fd973145d..1159db4fd082c3159bfc198db916cd5ed76946f6:/cookbooks/chef/templates/default/client.rb.erb diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index f151c7d07..5c9d888f5 100644 --- a/cookbooks/chef/templates/default/client.rb.erb +++ b/cookbooks/chef/templates/default/client.rb.erb @@ -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 @@ -39,5 +39,5 @@ email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetma # Configure report handlers -exception_handlers << email_handler -report_handlers << email_handler +#exception_handlers << email_handler +#report_handlers << email_handler