From: Tom Hughes Date: Mon, 9 May 2016 20:49:38 +0000 (+0100) Subject: Use new syntax to configure ohai plugin path X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0bd7e9f0c3225404ac23f5e2bcc3a3e43d00d03e Use new syntax to configure ohai plugin path --- diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index f151c7d07..65bf700e8 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