]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Drop custom ohai plugin path
[chef.git] / 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]