]> git.openstreetmap.org Git - chef.git/commitdiff
Drop custom ohai plugin path
authorTom Hughes <tom@compton.nu>
Thu, 9 May 2024 21:04:26 +0000 (22:04 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 9 May 2024 21:04:26 +0000 (22:04 +0100)
cookbooks/chef/templates/default/client.rb.erb

index 796b276c57e1704dcf2dc5947d0cff4576456c01..6faa7384b5164c819b0cfde8c597ef2fa0e8c355 100644 (file)
@@ -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]