Skip to content

Instantly share code, notes, and snippets.

@PatOShea
Forked from tcotav/ohai_disable_windows
Last active August 29, 2015 14:16
Show Gist options
  • Save PatOShea/ef75fe4cd6f3120d77ef to your computer and use it in GitHub Desktop.
Save PatOShea/ef75fe4cd6f3120d77ef to your computer and use it in GitHub Desktop.
Ohai::Config::disabled_plugins= [
#
# add to client.rb file -- c:\chef\client.rb
#
# ref: http://www.slideshare.net/opscode/chef-conf-windowsdougireton # slide 30
# ohai plugins that have poor perf or are irrelevant to windows
#
"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