From: Tom Hughes Date: Thu, 9 May 2024 21:04:26 +0000 (+0100) Subject: Drop custom ohai plugin path X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/44e57db39e34f913a4c36333ab27779d6d425de6 Drop custom ohai plugin path --- diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index 796b276c5..6faa7384b 100644 --- a/cookbooks/chef/templates/default/client.rb.erb +++ b/cookbooks/chef/templates/default/client.rb.erb @@ -33,10 +33,6 @@ ssl_verify_mode :verify_peer chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap" -# Make our plugins visible to ohai - -ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>" - # Enable some optional ohai plugins ohai.optional_plugins = %w[Passwd]