Often it's desirable not to load certain Ohai plugins. An example of this is the passwd plugin, should your nodes be connected to a large LDAP directory.To see long it takes to load various Ohai plugins, see https://gist.github.com/1323597
To do this, add the following line to /etc/chef/client.rb; this examples shows 4 plugins being disabled:To see the list of available plugins run:To test the effect of disabling plugins run the following command and look for the string "Skipping disabled plugin XXXX":
|
|
|
Labels:
None

