+ directory "/etc/chef/ohai/plugins" do
+ owner "root"
+ group "root"
+ mode "755"
+ recursive true
+ end
+
+ # FIXME: Cleanup of plugins in the old location
+ declare_resource :file, plugin_old_path do
+ action :delete
+ notifies :reload, "ohai[#{new_resource.plugin}]"
+ end
+