Skip to content

Instantly share code, notes, and snippets.

@dougireton
Created April 4, 2013 17:39
Show Gist options
  • Save dougireton/5312409 to your computer and use it in GitHub Desktop.
Save dougireton/5312409 to your computer and use it in GitHub Desktop.
Ohai::Config[:disabled_plugins] = [
# The following plugins are disabled as they are either not needed,
# have poor performance, or do not apply to the Windows configuration
# we use.
"c", "cloud", "ec2", "rackspace", "eucalyptus", "command", "dmi",
"dmi_common", "erlang", "groovy", "ip_scopes", "java", "keys",
"lua", "mono", "network_listeners", "passwd", "perl",
"php", "python", "ssh_host_key", "uptime", "virtualization",
"windows::virtualization", "windows::kernel_devices"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment